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 | 莨桁厳罌 | 1110010010111100100011001000010110001100101101011110001110100000 | e4bc8c858cb5e3a0 |
EUC-JP | 莨桁厳罌 | 1110100010111110101101111110010110111000101101111110011010100010 | e8beb7e5b8b7e6a2 |
UTF-8 | 莨桁厳罌 | 111010001000111010101000111001101010000110000001111001011000111010110011111001111011110110001100 | e88ea8e6a181e58eb3e7bd8c |
UHC | ?桁?罌 | 001111111111100111111001001111111110010110100010 | 3ff9f93fe5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)