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 | 畯?騁 | 1111101101101111001111111110100101110100 | fb6f3fe974 |
EUC-JP | 畯?騁 | 100011111100110110111011001111111111000111010101 | 8fcdbb3ff1d5 |
UTF-8 | 畯꿰騁 | 111001111001010110101111111010101011111110110000111010011010100010000001 | e795afeabfb0e9a881 |
UHC | 畯꿰騁 | 111100011110000110110010111001111101111010111110 | f1e1b2e7debe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)