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 | 聽場頃 | 111000111110001110001111111010101000110110100000 | e3e38fea8da0 |
| EUC-JP | 聽場頃 | 111001101110010110111110111011001011101010100010 | e6e5beecbaa2 |
| UTF-8 | 聽場頃 | 111010001000000110111101111001011010000010110100111010011010000010000011 | e881bde5a0b4e9a083 |
| UHC | 聽場頃 | 111101001110100111101101110111101100110011110001 | f4e9eddeccf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)