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 | 闢阪h | 111010001001001110001101111000111000001010001000 | e8938de38288 |
EUC-JP | 闢阪h | 111011111111001110111010111001011010001111101000 | eff3bae5a3e8 |
UTF-8 | 闢阪h | 111010011001011110100010111010011001100010101010111011111011110110001000 | e997a2e998aaefbd88 |
UHC | 闢阪h | 110111001010001111111000101000011010001111101000 | dca3f8a1a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)