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 | 霽?懿?題 | 1110100011000111001111111001110011110010001111111001000111101000 | e8c73f9cf23f91e8 |
EUC-JP | 霽?懿?題 | 1111000011001001001111111101100011110100001111111100001011101010 | f0c93fd8f43fc2ea |
UTF-8 | 霽렭懿렑題 | 111010011001110010111101111010111010000010101101111001101000011110111111111010111010000010010001111010011010000110001100 | e99cbdeba0ade687bfeba091e9a18c |
UHC | 霽렭懿렑題 | 11110000101110001000111010111010111010111111001110001110101001101111000010111001 | f0b88ebaebf38ea6f0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)