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 | 珈獻竟 | 111000001101101111100000110110011110100011101101 | e0dbe0d9e8ed |
EUC-JP | 珈獻竟 | 111000001101110111100000110110111111000011101111 | e0dde0dbf0ef |
UTF-8 | 珈獻竟 | 111001111000111110001000111001111000110110111011111001111010101110011111 | e78f88e78dbbe7ab9f |
UHC | ?獻竟 | 0011111111111010110011001100110011100101 | 3ffacccce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)