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 | ???®?? | 001111110011111100111111101011100011111100111111 | 3f3f3fae3f3f |
SJIS-WIN | 材????材 | 1000110111011110001111110011111100111111001111111000110111011110 | 8dde3f3f3f3f8dde |
EUC-JP | 材??®?材 | 10111010111000000011111100111111100011111010001011101110001111111011101011100000 | bae03f3f8fa2ee3fbae0 |
UTF-8 | 材뀁렢®뗍材 | 1110011010011101100100001110101110000000100000011110101110100000101000101100001010101110111010111001011110001101111001101001110110010000 | e69d90eb8081eba0a2c2aeeb978de69d90 |
UHC | 材뀁렢®뗍材 | 111011101010011110110010111011001000111010110011101000101110011110110110110000011110111010100111 | eea7b2ec8eb3a2e7b6c1eea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)