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 | 薪??十?? | 1001000001100100001111110011111110001111010111000011111100111111 | 90643f3f8f5c3f3f |
| EUC-JP | 薪??十?? | 1011111111000101001111110011111110111101101111010011111100111111 | bfc53f3fbdbd3f3f |
| UTF-8 | 薪릯뢏十럮뢖 | 111010001001011010101010111010111010011010101111111010111010001010001111111001011000110110000001111010111001111110101110111010111010001010010110 | e896aaeba6afeba28fe58d81eb9faeeba296 |
| UHC | 薪릯뢏十럮뢖 | 111000111110111110010000100011111000111101001010111001001010100010001110100011111000111101010001 | e3ef908f8f4ae4a88e8f8f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)