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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 而警? | 1000111010100111100011000111100000111111 | 8ea78c783f |
EUC-JP | 而警? | 1011110010101001101101111101100100111111 | bca9b7d93f |
UTF-8 | 而警렑 | 111010001000000010001100111010001010110110100110111010111010000010010001 | e8808ce8ada6eba091 |
UHC | 而警렑 | 111011001011101111001100111011011000111010100110 | ecbbcced8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)