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 | 弱??莊? | 10001110111000110011111100111111111001001011010100111111 | 8ee33f3fe4b53f |
EUC-JP | 弱??莊? | 10111100111001010011111100111111111010001011011100111111 | bce53f3fe8b73f |
UTF-8 | 弱녺퐤莊꿁 | 111001011011110010110001111010111000010110111010111011011001000010100100111010001000111010001010111010101011111110000001 | e5bcb1eb85baed90a4e88e8aeabf81 |
UHC | 弱녺퐤莊꿁 | 11100101101100001000011011100111101111011000110111101101111101101000010101000010 | e5b086e7bd8dedf68542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)