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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鶯辞煆璽B | 111010011111001010001110101010111111101101010110100011101010001101000010 | e9f28eabfb568ea342 |
EUC-JP | 鶯辞煆璽B | 11110010111101001011110010101101100011111100100111110100101111001010010101000010 | f2f4bcad8fc9f4bca542 |
UTF-8 | 鶯辞煆璽B | 11101001101101101010111111101000101111101001111011100111100001011000011011100111100100101011110101000010 | e9b6afe8be9ee78586e792bd42 |
UHC | 鶯??璽B | 11100101101000110011111100111111110111111101111001000010 | e5a33f3fdfde42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)