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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 都睹 | 11111011101101111110000111001111 | fbb7e1cf |
EUC-JP | ?睹 | 001111111110001011010001 | 3fe2d1 |
UTF-8 | 都睹 | 111011111010100010100110111001111001110110111001 | efa8a6e79db9 |
UHC | ?睹 | 001111111101010010101001 | 3fd4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)