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 | 憶???? | 100010011010111100111111001111110011111100111111 | 89af3f3f3f3f |
EUC-JP | 憶???孼 | 1011001010110001001111110011111100111111100011111011101011000011 | b2b13f3f3f8fbac3 |
UTF-8 | 憶귂딅뼊孼 | 111001101000011010110110111010101011011110000010111010111001010010000101111010111011110010001010111001011010110110111100 | e686b6eab782eb9485ebbc8ae5adbc |
UHC | 憶귂딅뼊孼 | 11100101111000111000001011010001100010101110101110010110100100101110010111101101 | e5e382d18aeb9692e5ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)