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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓮??嚴? | 11100001010001000011111100111111100110101000111000111111 | e1443f3f9a8e3f |
EUC-JP | 瓮??嚴? | 11100001101001010011111100111111110100111110111000111111 | e1a53f3fd3ee3f |
UTF-8 | 瓮귝녂嚴쟪 | 111001111001001110101110111010101011011110011101111010111000010110000010111001011001101010110100111011001001111110101010 | e793aeeab79deb8582e59ab4ec9faa |
UHC | 瓮귝녂嚴쟪 | 11101000101101111000001011100110100001101011101011100101111100011010000001101011 | e8b782e686bae5f1a06b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)