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 | 躁嵌? | 1110011101001110100110111100011000111111 | e74e9bc63f |
EUC-JP | 躁嵌? | 1110110110101111110101101100100000111111 | edafd6c83f |
UTF-8 | 躁嵌셉 | 111010001011101010000001111001011011010110001100111011001000010110001001 | e8ba81e5b58cec8589 |
UHC | 躁嵌셉 | 111100001110001011001010111011101011110011000001 | f0e2caeebcc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)