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????\ | 00111111010000110011111100111111001111110011111101011100 | 3f433f3f3f3f5c |
SJIS-WIN | ?C????\ | 00111111010000110011111100111111001111110011111101011100 | 3f433f3f3f3f5c |
EUC-JP | ?C????\ | 00111111010000110011111100111111001111110011111101011100 | 3f433f3f3f3f5c |
UTF-8 | 혪C혩쨍혩짚\ | 1110110110011000101010100100001111101101100110001010100111101100101010001000110111101101100110001010100111101100101001111001101001011100 | ed98aa43ed98a9eca88ded98a9eca79a5c |
UHC | 혪C혩쨍혩짚\ | 110000101001001001000011110000101001000111000010101110001100001010010001110000101010010001011100 | c29243c291c2b8c291c2a45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)