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 | 甕???? | 111000010101000000111111001111110011111100111111 | e1503f3f3f3f |
EUC-JP | 甕???? | 111000011011000100111111001111110011111100111111 | e1b13f3f3f3f |
UTF-8 | 甕렰履렰罹 | 111001111001010010010101111010111010000010110000111011111010011110011111111010111010000010110000111011111010011110100110 | e79495eba0b0efa79feba0b0efa7a6 |
UHC | 甕렰履렰罹 | 11101000101110001000111010111101111011001010101010001110101111011110110010111010 | e8b88ebdecaa8ebdecba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)