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 | ???Lh???L | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
SJIS-WIN | ???Lh???L | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
EUC-JP | ???Lh???L | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
UTF-8 | 뚧뇙꽛Lh뚧뇙꽛L | 111010111001101010100111111010111000011110011001111010101011110110011011010011000110100011101011100110101010011111101011100001111001100111101010101111011001101101001100 | eb9aa7eb8799eabd9b4c68eb9aa7eb8799eabd9b4c |
UHC | 뚧뇙꽛Lh뚧뇙꽛L | 100011001110011010000111100001001000010010101010010011000110100010001100111001101000011110000100100001001010101001001100 | 8ce6878484aa4c688ce6878484aa4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)