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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 譚橄ォ | 1110011010011101100111101110101110101011 | e69d9eebab |
| EUC-JP | 譚橄ォ | 111010111111110111011100111011011000111010101011 | ebfddced8eab |
| UTF-8 | 譚橄ォ | 111010001010110110011010111001101010100110000100111011111011110110101011 | e8ad9ae6a984efbdab |
| UHC | 譚橄? | 1101001111001001110010101111010000111111 | d3c9caf43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)