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 | 縫碾滄 | 100101100100010011100001111110001001111111101001 | 9644e1f89fe9 |
EUC-JP | 縫碾滄 | 110010111010010111100010111110101101111011101011 | cba5e2fadeeb |
UTF-8 | 縫碾滄 | 111001111011100010101011111001111010001010111110111001101011101110000100 | e7b8abe7a2bee6bb84 |
UHC | 縫?滄 | 1101110011101110001111111111001111100111 | dcee3ff3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)