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 | 迅?迅?^ | 10010000011101100011111110010000011101100011111101011110 | 90763f90763f5e |
EUC-JP | 迅?迅?^ | 10111111110101110011111110111111110101110011111101011110 | bfd73fbfd73f5e |
UTF-8 | 迅렩迅렩^ | 11101000101111111000010111101011101000001010100111101000101111111000010111101011101000001010100101011110 | e8bf85eba0a9e8bf85eba0a95e |
UHC | 迅렩迅렩^ | 111000111111011010001110101101111110001111110110100011101011011101011110 | e3f68eb7e3f68eb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)