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 | ?悼?◆? | 00111111100100111000100100111111100000011001111100111111 | 3f93893f819f3f |
EUC-JP | ?悼?◆? | 00111111110001011110100100111111101000101010000100111111 | 3fc5e93fa2a13f |
UTF-8 | 룵悼학◆룵 | 111010111010001110110101111001101000001010111100111011011001010110011001111000101001011110000110111010111010001110110101 | eba3b5e682bced9599e29786eba3b5 |
UHC | 룵悼학◆룵 | 10001111101010101101001111111010110001111101000010100001110111111000111110101010 | 8faad3fac7d0a1df8faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)