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 | 樽痾∴坑 | 1001001001001101111000010111110110000001100010001000110101000010 | 924de17d81888d42 |
EUC-JP | 樽痾∴坑 | 1100001110101110111000011101111010100001111010001011100110100011 | c3aee1dea1e8b9a3 |
UTF-8 | 樽痾∴坑 | 111001101010100010111101111001111001011110111110111000101000100010110100111001011001110110010001 | e6a8bde797bee288b4e59d91 |
UHC | 樽?∴坑 | 11110001110111000011111110100001110001011100101111010101 | f1dc3fa1c5cbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)