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 | 阿??飮? | 10001000101000100011111100111111100111110101101000111111 | 88a23f3f9f5a3f |
EUC-JP | 阿??飮? | 10110000101001000011111100111111110111011011101100111111 | b0a43f3fddbb3f |
UTF-8 | 阿잞퐦飮꿱 | 111010011001100010111111111011001001111010011110111011011001000010100110111010011010001110101110111010101011111110110001 | e998bfec9e9eed90a6e9a3aeeabfb1 |
UHC | 阿잞퐦飮꿱 | 11100100101110011001111111101111101111011000111111101011111001101011001011101000 | e4b99fefbd8febe6b2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)