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 | ?k?L?@LF | 0011111101101011001111110100110000111111010000000100110001000110 | 3f6b3f4c3f404c46 |
SJIS-WIN | ?k?L?@LF | 0011111101101011001111110100110000111111010000000100110001000110 | 3f6b3f4c3f404c46 |
EUC-JP | ?k?L?@LF | 0011111101101011001111110100110000111111010000000100110001000110 | 3f6b3f4c3f404c46 |
UTF-8 | 혟k혩L채@LF | 1110110110011000100111110110101111101101100110001010100101001100111011001011000110000100010000000100110001000110 | ed989f6bed98a94cecb184404c46 |
UHC | 혟k혩L채@LF | 1100001010001001011010111100001010010001010011001100001110100100010000000100110001000110 | c2896bc2914cc3a4404c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)