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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 才???? | 100011011100101100111111001111110011111100111111 | 8dcb3f3f3f3f |
EUC-JP | 才???? | 101110101100110100111111001111110011111100111111 | bacd3f3f3f3f |
UTF-8 | 才렭綎흖렡 | 111001101000100110001101111010111010000010101101111001111011011010001110111011011001110110010110111010111010000010100001 | e6898deba0ade7b68eed9d96eba0a1 |
UHC | 才렭綎흖렡 | 11101110101001101000111010111010111011111111001011001000111010001000111010110010 | eea68ebaeff2c8e88eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)