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 | 顰ィ霈範 | 11101000111111001010100011101000101111001001010011001101 | e8fca8e8bc94cd |
EUC-JP | 顰ィ霈範 | 1111000011111110100011101010100011110000101111101100100011001111 | f0fe8ea8f0bec8cf |
UTF-8 | 顰ィ霈範 | 111010011010000110110000111011111011110110101000111010011001110010001000111001111010111110000100 | e9a1b0efbda8e99c88e7af84 |
UHC | ???範 | 0011111100111111001111111101101111110100 | 3f3f3fdbf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)