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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| UTF-8 | 樂뺟윲溜⒴끀 | 111011111010011010111111111010111011101010011111111011001001110010110010111011111010011110001011111000101001001010110100111010111000000110000000 | efa6bfebba9fec9cb2efa78be292b4eb8180 |
| UHC | 樂뺟윲溜⒴끀 | 111010001111100110010101111001111001111110101111111010101111111010101001111001011000010110110110 | e8f995e79fafeafea9e585b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)