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 | 咀???宰 | 10011001111100000011111100111111001111111000110111001001 | 99f03f3f3f8dc9 |
EUC-JP | 咀?鋌?宰 | 110100101111001000111111100011111110010010111011001111111011101011001011 | d2f23f8fe4bb3fbacb |
UTF-8 | 咀렫鋌렮宰 | 111001011001001010000000111010111010000010101011111010011000101110001100111010111010000010101110111001011010111010110000 | e59280eba0abe98b8ceba0aee5aeb0 |
UHC | 咀렫鋌렮宰 | 11101110101110101000111010111001111011111111101110001110101110111110111010100101 | eeba8eb9effb8ebbeea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)