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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 室邪室邪B | 100011101011101010001110110101111000111010111010100011101101011101000010 | 8eba8ed78eba8ed742 |
| EUC-JP | 室邪室邪B | 101111001011110010111100110110011011110010111100101111001101100101000010 | bcbcbcd9bcbcbcd942 |
| UTF-8 | 室邪室邪B | 11100101101011101010010011101001100000101010101011100101101011101010010011101001100000101010101001000010 | e5aea4e982aae5aea4e982aa42 |
| UHC | 室邪室邪B | 111000111111100011011110111101111110001111111000110111101111011101000010 | e3f8def7e3f8def742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)