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 | ??霽?低 | 00111111001111111110100011000111001111111001001011100001 | 3f3fe8c73f92e1 |
EUC-JP | ??霽?低 | 00111111001111111111000011001001001111111100010011100011 | 3f3ff0c93fc4e3 |
UTF-8 | 履렰霽렢低 | 111011111010011110011111111010111010000010110000111010011001110010111101111010111010000010100010111001001011110110001110 | efa79feba0b0e99cbdeba0a2e4bd8e |
UHC | 履렰霽렢低 | 11101100101010101000111010111101111100001011100010001110101100111110111010111000 | ecaa8ebdf0b88eb3eeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)