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 | ???p^ | 0011111100111111001111110111000001011110 | 3f3f3f705e |
| SJIS-WIN | 譚灘廠p^ | 1110011010011101100100111110010110001111101100010111000001011110 | e69d93e58fb1705e |
| EUC-JP | 譚灘廠p^ | 1110101111111101110001101110011110111110101100110111000001011110 | ebfdc6e7beb3705e |
| UTF-8 | 譚灘廠p^ | 1110100010101101100110101110011110000001100110001110010110111011101000000111000001011110 | e8ad9ae78198e5bba0705e |
| UHC | 譚灘廠p^ | 1101001111001001111101111010100011110011110111110111000001011110 | d3c9f7a8f3df705e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)