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 | 昱莎???位 | 111110100110001111100100101100110011111100111111001111111000100011001010 | fa63e4b33f3f3f88ca |
| EUC-JP | 昱莎???位 | 10001111110000101010110111101000101101010011111100111111001111111011000011001100 | 8fc2ade8b53f3f3fb0cc |
| UTF-8 | 昱莎튐뤊輪位 | 111001101001100010110001111010001000111010001110111011011000101010010000111010111010010010001010111011111010011110010111111001001011110110001101 | e698b1e88e8eed8a90eba48aefa797e4bd8d |
| UHC | 昱莎튐뤊輪位 | 111010011111000011011110111011011100011010100110100011111011101011101011110011001110101011001000 | e9f0deedc6a68fbaebcceac8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)