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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 慥瘡h | 1001110011010010111000011000110001101000 | 9cd2e18c68 |
EUC-JP | 慥瘡h | 1101100011010100111000011110110001101000 | d8d4e1ec68 |
UTF-8 | 慥瘡h | 11100110100001011010010111100111100110001010000101101000 | e685a5e798a168 |
UHC | ?瘡h | 00111111111100111110101001101000 | 3ff3ea68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)