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 | 阿??阿? | 10001000101000100011111100111111100010001010001000111111 | 88a23f3f88a23f |
EUC-JP | 阿??阿? | 10110000101001000011111100111111101100001010010000111111 | b0a43f3fb0a43f |
UTF-8 | 阿섇쉑阿섋 | 111010011001100010111111111011001000010010000111111011001000100110010001111010011001100010111111111011001000010010001011 | e998bfec8487ec8991e998bfec848b |
UHC | 阿섇쉑阿섋 | 11100100101110011001100011100101101111011010011111100100101110011001100011101000 | e4b998e5bda7e4b998e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)