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 | 蟄菎糧 | 111001011010110111100100110000001001011111000110 | e5ade4c097c6 |
EUC-JP | 蟄菎糧 | 111010101010111111101000110000101100111011001000 | eaafe8c2cec8 |
UTF-8 | 蟄菎糧 | 111010001001111110000100111010001000111110001110111001111011001110100111 | e89f84e88f8ee7b3a7 |
UHC | 蟄?糧 | 1111011011011110001111111101010111011101 | f6de3fd5dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)