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 | 阿??揖? | 10001000101000100011111100111111100101110100101100111111 | 88a23f3f974b3f |
EUC-JP | 阿??揖? | 10110000101001000011111100111111110011011010110000111111 | b0a43f3fcdac3f |
UTF-8 | 阿잛빢揖캟 | 111010011001100010111111111011001001111010011011111010111011100110100010111001101000111110010110111011001011101010011111 | e998bfec9e9bebb9a2e68f96ecba9f |
UHC | 阿잛빢揖캟 | 11100100101110011001111111101100100101011011111011101011111001111011000001000110 | e4b99fec95beebe7b046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)