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 | 午??鵝? | 10001100110111110011111100111111111010100100000000111111 | 8cdf3f3fea403f |
EUC-JP | 午??鵝? | 10111000111000010011111100111111111100111010000100111111 | b8e13f3ff3a13f |
UTF-8 | 午닻넀鵝뢆 | 111001011000110110001000111010111000101110111011111010111000010010000000111010011011010110011101111010111010001010000110 | e58d88eb8bbbeb8480e9b59deba286 |
UHC | 午닻넀鵝뢆 | 11100111111011011011010011101001100001101001000011100100101111011000111101000010 | e7edb4e98690e4bd8f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)