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 | 齎??漬?? | 1110011011011000001111110011111110010010110100000011111100111111 | e6d83f3f92d03f3f |
| EUC-JP | 齎??漬?? | 1110110011011010001111110011111111000100110100100011111100111111 | ecda3f3fc4d23f3f |
| UTF-8 | 齎흩車漬얹렱 | 111010011011110110001110111011011001110110101001111011111010010010000010111001101011110010101100111011001001011010111001111010111010000010110001 | e9bd8eed9da9efa482e6bcacec96b9eba0b1 |
| UHC | 齎흩車漬얹렱 | 111011101011001011001000111100001100101111100111111100101011000010111110111100011000111010111110 | eeb2c8f0cbe7f2b0bef18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)