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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 陵碆B | 1001011111001011111000011110110001000010 | 97cbe1ec42 |
EUC-JP | 陵碆B | 1100111011001101111000101110111001000010 | cecde2ee42 |
UTF-8 | 陵碆B | 11101001100110011011010111100111101000101000011001000010 | e999b5e7a28642 |
UHC | 陵?B | 11010111110101010011111101000010 | d7d53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)