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 | 疵猖痳 | 111000010111001011100000110010011110000110000101 | e172e0c9e185 |
EUC-JP | 疵猖痳 | 111000011101001111100000110010111110000111100101 | e1d3e0cbe1e5 |
UTF-8 | 疵猖痳 | 111001111001011010110101111001111000110010010110111001111001011110110011 | e796b5e78c96e797b3 |
UHC | 疵猖? | 1110110110110111111100111110100100111111 | edb7f3e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)