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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 邵ッ竕ェ尞基 | 11100111101110001010111111100010100010011010101011111010101010111000101011101110 | e7b8afe289aafaab8aee |
| EUC-JP | 邵ッ竕ェ尞基 | 11101110101110101000111010101111111000111110100110001110101010101000111110111010111010111011010011110000 | eeba8eafe3e98eaa8fbaebb4f0 |
| UTF-8 | 邵ッ竕ェ尞基 | 111010011000001010110101111011111011110110101111111001111010101110010101111011111011110110101010111001011011000010011110111001011001111110111010 | e982b5efbdafe7ab95efbdaae5b09ee59fba |
| UHC | 邵????基 | 1110000111010000001111110011111100111111001111111101000011110001 | e1d03f3f3f3fd0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)