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 | 伍??鵝? | 10001100110111100011111100111111111010100100000000111111 | 8cde3f3fea403f |
EUC-JP | 伍??鵝? | 10111000111000000011111100111111111100111010000100111111 | b8e03f3ff3a13f |
UTF-8 | 伍꿱챿鵝뢆 | 111001001011110010001101111010101011111110110001111011001011000110111111111010011011010110011101111010111010001010000110 | e4bc8deabfb1ecb1bfe9b59deba286 |
UHC | 伍꿱챿鵝뢆 | 11100111111010101011001011101000101010101000110011100100101111011000111101000010 | e7eab2e8aa8ce4bd8f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)