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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 爵軸x | 1000111011011101100011101011001001111000 | 8edd8eb278 |
EUC-JP | 爵軸x | 1011110011011111101111001011010001111000 | bcdfbcb478 |
UTF-8 | 爵軸x | 11100111100010001011010111101000101110111011100001111000 | e788b5e8bbb878 |
UHC | 爵軸x | 1110110111001001111101011110111001111000 | edc9f5ee78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)