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 | 媛祠? | 1001010101010001111000100100101100111111 | 9551e24b3f |
EUC-JP | 媛祠? | 1100100110110010111000111010110000111111 | c9b2e3ac3f |
UTF-8 | 媛祠렪 | 111001011010101010011011111001111010010110100000111010111010000010101010 | e5aa9be7a5a0eba0aa |
UHC | 媛祠렪 | 111010101011000011011110111001101000111010111000 | eab0dee68eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)