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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阿???押 | 10001000101000100011111100111111001111111000100110011111 | 88a23f3f3f899f |
EUC-JP | 阿???押 | 10110000101001000011111100111111001111111011001010100001 | b0a43f3f3fb2a1 |
UTF-8 | 阿읪딆솊押 | 111010011001100010111111111011001001110110101010111010111001010010000110111011001000011010001010111001101000101010111100 | e998bfec9daaeb9486ec868ae68abc |
UHC | 阿읪딆솊押 | 11100100101110011001111111010001100010101110110010011001100011101110010011100011 | e4b99fd18aec998ee4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)