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 | ????C | 0011111100111111001111110011111101000011 | 3f3f3f3f43 |
SJIS-WIN | 訒、蠑?C | 11111011101000111010010011100101101111000011111101000011 | fba3a4e5bc3f43 |
EUC-JP | 訒、蠑?C | 100011111101110111001000100011101010010011101010101111100011111101000011 | 8fddc88ea4eabe3f43 |
UTF-8 | 訒、蠑埚C | 11101000101010001001001011101111101111011010010011101000101000001001000111100101100111111001101001000011 | e8a892efbda4e8a091e59f9a43 |
UHC | ????C | 0011111100111111001111110011111101000011 | 3f3f3f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)