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 | 勇?9??? | 1001011101000101001111111000001001011000001111110011111100111111 | 97453f82583f3f3f |
| EUC-JP | 勇?9瑗?? | 11001101101001100011111110100011101110011000111111001100110000000011111100111111 | cda63fa3b98fccc03f3f |
| UTF-8 | 勇싲9瑗룩굜 | 111001011000101110000111111011001000101110110010111011111011110010011001111001111001000110010111111010111010001110101001111010101011010110011100 | e58b87ec8bb2efbc99e79197eba3a9eab59c |
| UHC | 勇싲9瑗룩굜 | 111010011011100010011010111010111010001110111001111010101011110010110111111010001000001010000100 | e9b89aeba3b9eabcb7e88284 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)