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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闥専ア。 | 111010001001001010010000111010101011000110100001 | e89290eab1a1 |
EUC-JP | 闥専ア。 | 1110111111110010110000001110110010001110101100011000111010100001 | eff2c0ec8eb18ea1 |
UTF-8 | 闥専ア。 | 111010011001011110100101111001011011000010000010111011111011110110110001111011111011110110100001 | e997a5e5b082efbdb1efbda1 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)