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 | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | 辰束m | 1001001001000011100100011010100101101101 | 924391a96d |
EUC-JP | 辰束m | 1100001110100100110000101010101101101101 | c3a4c2ab6d |
UTF-8 | 辰束m | 11101000101111101011000011100110100111011001111101101101 | e8beb0e69d9f6d |
UHC | 辰束m | 1111001011100011111000011101011001101101 | f2e3e1d66d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)