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 | 001111110011111100111111001111110101011101101101 | 3f3f3f3f576d |
SJIS-WIN | 赱シ螟アWm | 1110011011011111101111001110010110100100101100010101011101101101 | e6dfbce5a4b1576d |
EUC-JP | 赱シ螟アWm | 11101100111000011000111010111100111010101010011010001110101100010101011101101101 | ece18ebceaa68eb1576d |
UTF-8 | 赱シ螟アWm | 1110100010110101101100011110111110111101101111001110100010011110100111111110111110111101101100010101011101101101 | e8b5b1efbdbce89e9fefbdb1576d |
UHC | ??螟?Wm | 00111111001111111101100110101101001111110101011101101101 | 3f3fd9ad3f576d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)