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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雋橄狭碪玲コ | 1110100010110010100111101110101110001011101101111110000111110010100101111110011010111010 | e8b29eeb8bb7e1f297e6ba |
EUC-JP | 雋橄狭碪玲コ | 111100001011010011011100111011011011011010111001111000101111010011001110111010001000111010111010 | f0b4dcedb6b9e2f4cee88eba |
UTF-8 | 雋橄狭碪玲コ | 111010011001101110001011111001101010100110000100111001111000101110101101111001111010001010101010111001111000111010110010111011111011110110111010 | e99b8be6a984e78bade7a2aae78eb2efbdba |
UHC | 雋橄??玲? | 111100011110011011001010111101000011111100111111110101101011110000111111 | f1e6caf43f3fd6bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)