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 | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | 審??m | 1001000001010010001111110011111101101101 | 90523f3f6d |
EUC-JP | 審??m | 1011111110110011001111110011111101101101 | bfb33f3f6d |
UTF-8 | 審됲뢋m | 11100101101011111010100111101011100100001011001011101011101000101000101101101101 | e5afa9eb90b2eba28b6d |
UHC | 審됲뢋m | 11100011111110111000100111101101100011110100011101101101 | e3fb89ed8f476d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)