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 | ??C????^ | 0011111100111111010000110011111100111111001111110011111101011110 | 3f3f433f3f3f3f5e |
SJIS-WIN | ??C????^ | 0011111100111111010000110011111100111111001111110011111101011110 | 3f3f433f3f3f3f5e |
EUC-JP | ??C????^ | 0011111100111111010000110011111100111111001111110011111101011110 | 3f3f433f3f3f3f5e |
UTF-8 | 렻렯C렻렦렺렰^ | 1110101110100000101110111110101110100000101011110100001111101011101000001011101111101011101000001010011011101011101000001011101011101011101000001011000001011110 | eba0bbeba0af43eba0bbeba0a6eba0baeba0b05e |
UHC | 렻렯C렻렦렺렰^ | 1000111011000011100011101011110001000011100011101100001110001110101101011000111011000010100011101011110101011110 | 8ec38ebc438ec38eb58ec28ebd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)