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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 證ヲ霍帷。エ | 111001101001101010100110111010001011011110011011111001111010000110110100 | e69aa6e8b79be7a1b4 |
EUC-JP | 證ヲ霍帷。エ | 111010111111101010001110101001101111000010111001110101101110100110001110101000011000111010110100 | ebfa8ea6f0b9d6e98ea18eb4 |
UTF-8 | 證ヲ霍帷。エ | 111010001010110110001001111011111011110110100110111010011001110010001101111001011011100010110111111011111011110110100001111011111011110110110100 | e8ad89efbda6e99c8de5b8b7efbda1efbdb4 |
UHC | 證????? | 11110001111110110011111100111111001111110011111100111111 | f1fb3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)