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 | 業??業??^ | 100010111100011000111111001111111000101111000110001111110011111101011110 | 8bc63f3f8bc63f3f5e |
EUC-JP | 業??業??^ | 101101101100100000111111001111111011011011001000001111110011111101011110 | b6c83f3fb6c83f3f5e |
UTF-8 | 業붺눨業붺눨^ | 11100110101001011010110111101011101101101011101011101011100010001010100011100110101001011010110111101011101101101011101011101011100010001010100001011110 | e6a5adebb6baeb88a8e6a5adebb6baeb88a85e |
UHC | 業붺눨業붺눨^ | 11100101111101101001010011100111100001111011111111100101111101101001010011100111100001111011111101011110 | e5f694e787bfe5f694e787bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)