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 | 莉咎妛 | 111001001011101110011001111010011001101110101010 | e4bb99e99baa |
EUC-JP | 莉咎妛 | 111010001011110111010010111010111101011010101100 | e8bdd2ebd6ac |
UTF-8 | 莉咎妛 | 111010001000111010001001111001011001001010001110111001011010011010011011 | e88e89e5928ee5a69b |
UHC | 莉咎? | 1101011111101001110011111010010000111111 | d7e9cfa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)