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 | ???警? | 001111110011111100111111100011000111100000111111 | 3f3f3f8c783f |
EUC-JP | ???警? | 001111110011111100111111101101111101100100111111 | 3f3f3fb7d93f |
UTF-8 | 얇뤕쭖警헐 | 111011001001011010000111111010111010010010010101111011001010110110010110111010001010110110100110111011011001011110010000 | ec9687eba495ecad96e8ada6ed9790 |
UHC | 얇뤕쭖警헐 | 10111110111000111000111111000101101001111000111011001100111011011100011111100110 | bee38fc5a78eccedc7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)