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 | 汁???提 | 10001111011000000011111100111111001111111001001011110001 | 8f603f3f3f92f1 |
EUC-JP | 汁???提 | 10111101110000010011111100111111001111111100010011110011 | bdc13f3f3fc4f3 |
UTF-8 | 汁흖렋렒提 | 111001101011000110000001111011011001110110010110111010111010000010001011111010111010000010010010111001101000111110010000 | e6b181ed9d96eba08beba092e68f90 |
UHC | 汁흖렋렒提 | 11110001111100001100100011101000100011101010001010001110101001111111000010101011 | f1f0c8e88ea28ea7f0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)