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 | 碣鑚匈 | 111000011111000011101000011100111001100110110001 | e1f0e87399b1 |
EUC-JP | 碣鑚匈 | 111000101111001011101111110101001101001010110011 | e2f2efd4d2b3 |
UTF-8 | 碣鑚匈 | 111001111010001010100011111010011001000110011010111001011000110010001000 | e7a2a3e9919ae58c88 |
UHC | 碣?匈 | 1100101011100101001111111111110111010110 | cae53ffdd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)