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 | ????T | 0011111100111111001111110011111101010100 | 3f3f3f3f54 |
| SJIS-WIN | 漬???T | 100100101101000000111111001111110011111101010100 | 92d03f3f3f54 |
| EUC-JP | 漬???T | 110001001101001000111111001111110011111101010100 | c4d23f3f3f54 |
| UTF-8 | 漬얗렖렭T | 11100110101111001010110011101100100101101001011111101011101000001001011011101011101000001010110101010100 | e6bcacec9697eba096eba0ad54 |
| UHC | 漬얗렖렭T | 111100101011000010111110111010011000111010101011100011101011101001010100 | f2b0bee98eab8eba54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)