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 | 阿??意? | 10001000101000100011111100111111100010001101001100111111 | 88a23f3f88d33f |
EUC-JP | 阿??意? | 10110000101001000011111100111111101100001101010100111111 | b0a43f3fb0d53f |
UTF-8 | 阿잆굞意뇅 | 111010011001100010111111111011001001111010000110111010101011010110011110111001101000010010001111111010111000011110000101 | e998bfec9e86eab59ee6848feb8785 |
UHC | 阿잆굞意뇅 | 11100100101110011001111111100011100000101000011011101011111100101000011101101101 | e4b99fe38286ebf2876d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)