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 | 霈示昭瑟 | 1110100010111100100011101010011010001111101110101110000011101100 | e8bc8ea68fbae0ec |
EUC-JP | 霈示昭瑟 | 1111000010111110101111001010100010111110101111001110000011101110 | f0bebca8bebce0ee |
UTF-8 | 霈示昭瑟 | 111010011001110010001000111001111010010010111010111001101001100010101101111001111001000110011111 | e99c88e7a4bae698ade7919f |
UHC | ?示昭瑟 | 00111111111000111100011011100001101110011110001110100010 | 3fe3c6e1b9e3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)