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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 邵篇危ョ | 11100111101110001001010111010001100010101110101110101110 | e7b895d18aebae |
| EUC-JP | 邵篇危ョ | 1110111010111010110010101101001110110100111011011000111010101110 | eebacad3b4ed8eae |
| UTF-8 | 邵篇危ョ | 111010011000001010110101111001111010111110000111111001011000110110110001111011111011110110101110 | e982b5e7af87e58db1efbdae |
| UHC | 邵篇危? | 11100001110100001111100010111001111010101100101100111111 | e1d0f8b9eacb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)