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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 牀獻獺 | 111000001010110011100000110110011110000011011010 | e0ace0d9e0da |
EUC-JP | 牀獻獺 | 111000001010111011100000110110111110000011011100 | e0aee0dbe0dc |
UTF-8 | 牀獻獺 | 111001111000100110000000111001111000110110111011111001111000110110111010 | e78980e78dbbe78dba |
UHC | 牀獻獺 | 110111111101000111111010110011001101001110110111 | dfd1faccd3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)