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 | 汁???姐 | 10001111011000000011111100111111001111111000100010110111 | 8f603f3f3f88b7 |
EUC-JP | 汁???姐 | 10111101110000010011111100111111001111111011000010111001 | bdc13f3f3fb0b9 |
UTF-8 | 汁흔렪렪姐 | 111001101011000110000001111011011001110110010100111010111010000010101010111010111010000010101010111001011010011110010000 | e6b181ed9d94eba0aaeba0aae5a790 |
UHC | 汁흔렪렪姐 | 11110001111100001100100011100111100011101011100010001110101110001110111010111011 | f1f0c8e78eb88eb8eebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)