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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霑エ譎 | 1110100010111111101101001110011010011001 | e8bfb4e699 |
EUC-JP | 霑エ譎 | 111100001100000110001110101101001110101111111001 | f0c18eb4ebf9 |
UTF-8 | 霑エ譎 | 111010011001110010010001111011111011110110110100111010001010110110001110 | e99c91efbdb4e8ad8e |
UHC | 霑?譎 | 1110111111000101001111111111110111010010 | efc53ffdd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)