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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?悳オ∵ | 00111111100111000111101110000011010010011000000111100110 | 3f9c7b834981e6 |
EUC-JP | ?悳オ∵ | 00111111110101111101110010100101101010101010001011101000 | 3fd7dca5aaa2e8 |
UTF-8 | 룵悳オ∵ | 111010111010001110110101111001101000001010110011111000111000001010101010111000101000100010110101 | eba3b5e682b3e382aae288b5 |
UHC | 룵悳オ∵ | 1000111110101010110100111110110110101011101010101010000111110001 | 8faad3edabaaa1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)