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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ?鼎?H | 0011111110010011010000110011111101001000 | 3f93433f48 |
EUC-JP | ?鼎?H | 0011111111000101101001000011111101001000 | 3fc5a43f48 |
UTF-8 | 알鼎롚H | 11101100100101011000110011101001101111001000111011101011101000011001101001001000 | ec958ce9bc8eeba19a48 |
UHC | 알鼎롚H | 10111110110010111111000010100011100011101101111001001000 | becbf0a38ede48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)