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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 鞨讐] | 1110100011100000100011110101000101011101 | e8e08f515d |
EUC-JP | 鞨讐] | 1111000011100010101111011011001001011101 | f0e2bdb25d |
UTF-8 | 鞨讐] | 11101001100111101010100011101000101011101001000001011101 | e99ea8e8ae905d |
UHC | 鞨讐] | 1100101011101010111000101100001001011101 | caeae2c25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)