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 | 001111110011111110000010111000110101011101101101 | 3f3f82e3576d |
EUC-JP | ??ゅWm | 001111110011111110100100111001010101011101101101 | 3f3fa4e5576d |
UTF-8 | 룶쥚ゅWm | 1110101110100011101101101110110010100101100110101110001110000010100001010101011101101101 | eba3b6eca59ae38285576d |
UHC | 룶쥚ゅWm | 1000111110101011101000101000111110101010111001010101011101101101 | 8faba28faae5576d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)