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 | ???Wm | 0011111100111111001111110101011101101101 | 3f3f3f576d |
SJIS-WIN | 癲??Wm | 111000011001111100111111001111110101011101101101 | e19f3f3f576d |
EUC-JP | 癲??Wm | 111000101010000100111111001111110101011101101101 | e2a13f3f576d |
UTF-8 | 癲롥뿽Wm | 1110011110011001101100101110101110100001101001011110101110111111101111010101011101101101 | e799b2eba1a5ebbfbd576d |
UHC | 癲롥뿽Wm | 1110111110100110100011101110010110010111101111010101011101101101 | efa68ee597bd576d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)