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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 矚H | 111100011101110011110000111000111110000111011111111101101110001001001000 | f1dcf0e3e1dff6e248 |
EUC-JP | ??矚?H | 001111110011111111100010111000010011111101001000 | 3f3fe2e13f48 |
UTF-8 | 矚H | 11101110100001011001011111101110100000101010001011100111100111111001101011101110100101001000100101001000 | ee8597ee82a2e79f9aee948948 |
UHC | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)