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 | ト鱇箏 | 1100010011101001110111111110001010110101 | c4e9dfe2b5 |
| EUC-JP | ト鱇箏 | 100011101100010011110010111000011110010010110111 | 8ec4f2e1e4b7 |
| UTF-8 | ト鱇箏 | 111011111011111010000100111010011011000110000111111001111010111010001111 | efbe84e9b187e7ae8f |
| UHC | ?鱇箏 | 0011111111001011101111101110111010110100 | 3fcbbeeeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)