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 | 牙試 | 10001001111001011000111010001110 | 89e58e8e |
EUC-JP | 牙試 | 10110010111001111011101111101110 | b2e7bbee |
UTF-8 | 牙試 | 111001111000100110011001111010001010100110100110 | e78999e8a9a6 |
UHC | 牙試 | 11100100101100111110001111001011 | e4b3e3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)