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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 嚴?嚴?^ | 10011010100011100011111110011010100011100011111101011110 | 9a8e3f9a8e3f5e |
EUC-JP | 嚴?嚴?^ | 11010011111011100011111111010011111011100011111101011110 | d3ee3fd3ee3f5e |
UTF-8 | 嚴랣嚴랣^ | 11100101100110101011010011101011100111101010001111100101100110101011010011101011100111101010001101011110 | e59ab4eb9ea3e59ab4eb9ea35e |
UHC | 嚴랣嚴랣^ | 111001011111000110001110010001001110010111110001100011100100010001011110 | e5f18e44e5f18e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)