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 | 霽?懿?鳥 | 1110100011000111001111111001110011110010001111111001001010111001 | e8c73f9cf23f92b9 |
EUC-JP | 霽?懿?鳥 | 1111000011001001001111111101100011110100001111111100010010111011 | f0c93fd8f43fc4bb |
UTF-8 | 霽렭懿렑鳥 | 111010011001110010111101111010111010000010101101111001101000011110111111111010111010000010010001111010011011001110100101 | e99cbdeba0ade687bfeba091e9b3a5 |
UHC | 霽렭懿렑鳥 | 11110000101110001000111010111010111010111111001110001110101001101111000011101000 | f0b88ebaebf38ea6f0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)