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 | 齊炎? | 1110101010001110100010011000101000111111 | ea8e898a3f |
EUC-JP | 齊炎堧 | 11110011111011101011000111101010100011111011100010101000 | f3eeb1ea8fb8a8 |
UTF-8 | 齊炎堧 | 111010011011110110001010111001111000001010001110111001011010000010100111 | e9bd8ae7828ee5a0a7 |
UHC | 齊炎堧 | 111100001011101011100110111110101110011011000000 | f0bae6fae6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)