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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 溿偃貍 | 111110110100101010011000111011101110011010111100 | fb4a98eee6bc |
EUC-JP | 溿偃貍 | 10001111110010001011000111010000111100001110110010111110 | 8fc8b1d0f0ecbe |
UTF-8 | 溿偃貍 | 111001101011101010111111111001011000000110000011111010001011001010001101 | e6babfe58183e8b28d |
UHC | ?偃? | 00111111111001011110011100111111 | 3fe5e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)