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 | ?????^SB | 0011111100111111001111110011111100111111010111100101001101000010 | 3f3f3f3f3f5e5342 |
SJIS-WIN | ??黍??^SB | 001111110011111110001011011011110011111100111111010111100101001101000010 | 3f3f8b6f3f3f5e5342 |
EUC-JP | ??黍??^SB | 001111110011111110110101110100000011111100111111010111100101001101000010 | 3f3fb5d03f3f5e5342 |
UTF-8 | 렯렍黍렯롈^SB | 111010111010000010101111111010111010000010001101111010011011101110001101111010111010000010101111111010111010000110001000010111100101001101000010 | eba0afeba08de9bb8deba0afeba1885e5342 |
UHC | 렯렍黍렯롈^SB | 10001110101111001000111010100011111000001010100010001110101111001000111011001110010111100101001101000010 | 8ebc8ea3e0a88ebc8ece5e5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)