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 | 逡ッ岺 | 1110011110010101101011111111101010101101 | e795affaad |
| EUC-JP | 逡ッ岺 | 11101101111101011000111010101111100011111011101110111000 | edf58eaf8fbbb8 |
| UTF-8 | 逡ッ岺 | 111010011000000010100001111011111011110110101111111001011011001010111010 | e980a1efbdafe5b2ba |
| UHC | 逡?岺 | 1111000111100100001111111101011010111001 | f1e43fd6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)