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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 樽珈∴坑 | 1001001001001101111000001101101110000001100010001000110101000010 | 924de0db81888d42 |
EUC-JP | 樽珈∴坑 | 1100001110101110111000001101110110100001111010001011100110100011 | c3aee0dda1e8b9a3 |
UTF-8 | 樽珈∴坑 | 111001101010100010111101111001111000111110001000111000101000100010110100111001011001110110010001 | e6a8bde78f88e288b4e59d91 |
UHC | 樽?∴坑 | 11110001110111000011111110100001110001011100101111010101 | f1dc3fa1c5cbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)