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 | 闡ケ逵 | 1110100010010001101110011110011110011100 | e891b9e79c |
EUC-JP | 闡ケ逵 | 111011111111000110001110101110011110110111111100 | eff18eb9edfc |
UTF-8 | 闡ケ逵 | 111010011001011110100001111011111011110110111001111010011000000010110101 | e997a1efbdb9e980b5 |
UHC | 闡?逵 | 1111010011000101001111111101000010110000 | f4c53fd0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)