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 | 袁?痂 | 1110010111001101001111111110000101101111 | e5cd3fe16f |
EUC-JP | 袁?痂 | 1110101011001111001111111110000111010000 | eacf3fe1d0 |
UTF-8 | 袁쯩痂 | 111010001010001010000001111011001010111110101001111001111001011110000010 | e8a281ecafa9e79782 |
UHC | 袁쯩痂 | 111010101011111011000010111011011100101010110010 | eabec2edcab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)