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 | ?L??\ | 0011111101001100001111110011111101011100 | 3f4c3f3f5c |
SJIS-WIN | ?L??\ | 0011111101001100001111110011111101011100 | 3f4c3f3f5c |
EUC-JP | ?L??\ | 0011111101001100001111110011111101011100 | 3f4c3f3f5c |
UTF-8 | 혪L혩쨈\ | 1110110110011000101010100100110011101101100110001010100111101100101010001000100001011100 | ed98aa4ced98a9eca8885c |
UHC | 혪L혩쨈\ | 1100001010010010010011001100001010010001110000101011010001011100 | c2924cc291c2b45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)