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 | ???®?B | 001111110011111100111111101011100011111101000010 | 3f3f3fae3f42 |
SJIS-WIN | 材????B | 10001101110111100011111100111111001111110011111101000010 | 8dde3f3f3f3f42 |
EUC-JP | 材??®?B | 101110101110000000111111001111111000111110100010111011100011111101000010 | bae03f3f8fa2ee3f42 |
UTF-8 | 材뀁렢®뗍B | 111001101001110110010000111010111000000010000001111010111010000010100010110000101010111011101011100101111000110101000010 | e69d90eb8081eba0a2c2aeeb978d42 |
UHC | 材뀁렢®뗍B | 1110111010100111101100101110110010001110101100111010001011100111101101101100000101000010 | eea7b2ec8eb3a2e7b6c142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)