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 | 筌??猷?━ | 111000101010001100111111001111111001011101010001001111111000010010101010 | e2a33f3f97513f84aa |
| EUC-JP | 筌??猷?━ | 111001001010010100111111001111111100110110110010001111111010100010101100 | e4a53f3fcdb23fa8ac |
| UTF-8 | 筌뚮틳猷놅━ | 111001111010110110001100111010111001101010101110111011011000101110110011111001111000110010110111111010111000011010000101111000101001010010000001 | e7ad8ceb9aaeed8bb3e78cb7eb8685e29481 |
| UHC | 筌뚮틳猷놅━ | 111011111010011110001100111010111011101010011011111010111010001110000110111011111010011010101100 | efa78cebba9beba386efa6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)