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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鼎?齋?爾?^ | 10010011010000110011111111100010010101100011111110001110101000100011111101011110 | 93433fe2563f8ea23f5e |
EUC-JP | 鼎?齋?爾?^ | 11000101101001000011111111100011101101110011111110111100101001000011111101011110 | c5a43fe3b73fbca43f5e |
UTF-8 | 鼎렍齋렔爾렧^ | 11101001101111001000111011101011101000001000110111101001101111011000101111101011101000001001010011100111100010001011111011101011101000001010011101011110 | e9bc8eeba08de9bd8beba094e788beeba0a75e |
UHC | 鼎렍齋렔爾렧^ | 11110000101000111000111010100011111011101011000110001110101010011110110010110011100011101011011001011110 | f0a38ea3eeb18ea9ecb38eb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)