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 | 阡墓「ァ | 111010001001010010010101111001101010001010100111 | e89495e6a2a7 |
EUC-JP | 阡墓「ァ | 1110111111110100110010101110100010001110101000101000111010100111 | eff4cae88ea28ea7 |
UTF-8 | 阡墓「ァ | 111010011001100010100001111001011010001010010011111011111011110110100010111011111011110110100111 | e998a1e5a293efbda2efbda7 |
UHC | 阡墓?? | 111101001100011011011001110101110011111100111111 | f4c6d9d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)