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??@h | 001111110110101100111111001111110100000001101000 | 3f6b3f3f4068 |
SJIS-WIN | ?k??@h | 001111110110101100111111001111110100000001101000 | 3f6b3f3f4068 |
EUC-JP | ?k??@h | 001111110110101100111111001111110100000001101000 | 3f6b3f3f4068 |
UTF-8 | 혟k혡횪@h | 111011011001100010011111011010111110110110011000101000011110110110011010101010100100000001101000 | ed989f6bed98a1ed9aaa4068 |
UHC | 혟k혡횪@h | 110000101000100101101011110000101000101011000011101000000100000001101000 | c2896bc28ac3a04068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)