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 | ??U | 001111110011111101010101 | 3f3f55 |
SJIS-WIN | 艇?U | 10010010111110000011111101010101 | 92f83f55 |
EUC-JP | 艇?U | 11000100111110100011111101010101 | c4fa3f55 |
UTF-8 | 艇렣U | 11101000100010011000011111101011101000001010001101010101 | e88987eba0a355 |
UHC | 艇렣U | 1110111111110011100011101011010001010101 | eff38eb455 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)