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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 砥?x | 10010011011101010011111101111000 | 93753f78 |
EUC-JP | 砥?x | 11000101110101100011111101111000 | c5d63f78 |
UTF-8 | 砥렊x | 11100111101000001010010111101011101000001000101001111000 | e7a0a5eba08a78 |
UHC | 砥렊x | 1111001010110010100011101010000101111000 | f2b28ea178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)