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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 堯??P | 1110101010011111001111110011111101010000 | ea9f3f3f50 |
EUC-JP | 堯??P | 1111010010100001001111110011111101010000 | f4a13f3f50 |
UTF-8 | 堯꾬슛P | 11100101101000001010111111101010101111101010110011101100100010101001101101010000 | e5a0afeabeacec8a9b50 |
UHC | 堯꾬슛P | 11101000111010111000010011101111101111011011100001010000 | e8eb84efbdb850 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)