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 | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | 弱??B墻 | 10001110111000110011111100111111010000101001101011010100 | 8ee33f3f429ad4 |
EUC-JP | 弱??B墻 | 10111100111001010011111100111111010000101101010011010110 | bce53f3f42d4d6 |
UTF-8 | 弱꾣뜥B墻 | 11100101101111001011000111101010101111101010001111101011100111001010010101000010111001011010001010111011 | e5bcb1eabea3eb9ca542e5a2bb |
UHC | 弱꾣뜥B墻 | 111001011011000010000100111001101000110110101000010000101110110111011111 | e5b084e68da842eddf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)