To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 畏??科矮 | 1000100011011000001111110011111110001001110010001110000111100010 | 88d83f3f89c8e1e2 |
EUC-JP | 畏??科矮 | 1011000011011010001111110011111110110010110010101110001011100100 | b0da3f3fb2cae2e4 |
UTF-8 | 畏붷툢科矮 | 111001111001010110001111111010111011011010110111111011011000100010100010111001111010011110010001111001111001111110101110 | e7958febb6b7ed88a2e7a791e79fae |
UHC | 畏붷툢科矮 | 11101000111001101001010011100101101110001001100111001110101000011110100011100001 | e8e694e5b899cea1e8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)