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 | 涇キ郞 | 1111101011111011101101111111101110110110 | fafbb7fbb6 |
EUC-JP | 涇キ? | 100011111100011111000111100011101011011100111111 | 8fc7c78eb73f |
UTF-8 | 涇キ郞 | 111001101011011010000111111011111011110110110111111010011000001110011110 | e6b687efbdb7e9839e |
UHC | 涇?郞 | 1100110011011100001111111101010111001101 | ccdc3fd5cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)