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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 陵碆H | 1001011111001011111000011110110001001000 | 97cbe1ec48 |
EUC-JP | 陵碆H | 1100111011001101111000101110111001001000 | cecde2ee48 |
UTF-8 | 陵碆H | 11101001100110011011010111100111101000101000011001001000 | e999b5e7a28648 |
UHC | 陵?H | 11010111110101010011111101001000 | d7d53f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)