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 | 藏?藏?^ | 11100101010101010011111111100101010101010011111101011110 | e5553fe5553f5e |
EUC-JP | 藏?藏?^ | 11101001101101100011111111101001101101100011111101011110 | e9b63fe9b63f5e |
UTF-8 | 藏뒷藏뒬^ | 11101000100101111000111111101011100100101011011111101000100101111000111111101011100100101010110001011110 | e8978feb92b7e8978feb92ac5e |
UHC | 藏뒷藏뒬^ | 111011011111101010110101110111101110110111111010101101011101110001011110 | edfab5deedfab5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)