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 | 痺件従 | 111000011000001110001100100011111000111101011101 | e1838c8f8f5d |
EUC-JP | 痺件従 | 111000011110001110110111111011111011110110111110 | e1e3b7efbdbe |
UTF-8 | 痺件従 | 111001111001011110111010111001001011101110110110111001011011111010010011 | e797bae4bbb6e5be93 |
UHC | 痺件? | 1101110111110110110010111110110000111111 | ddf6cbec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)