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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 驕偃婚 | 111010011000000110011000111011101000110110100101 | e98198ee8da5 |
EUC-JP | 驕偃婚 | 111100011110000111010000111100001011101010100111 | f1e1d0f0baa7 |
UTF-8 | 驕偃婚 | 111010011010100110010101111001011000000110000011111001011010100110011010 | e9a995e58183e5a99a |
UHC | 驕偃婚 | 110011101111011011100101111001111111101111100110 | cef6e5e7fbe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)