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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 谿場鴬E | 11100110101011101000111111101010100010011010011101000101 | e6ae8fea89a745 |
EUC-JP | 谿場鴬E | 11101100101100001011111011101100101100101010100101000101 | ecb0beecb2a945 |
UTF-8 | 谿場鴬E | 11101000101100001011111111100101101000001011010011101001101101001010110001000101 | e8b0bfe5a0b4e9b4ac45 |
UHC | 谿場?E | 110011011010110011101101110111100011111101000101 | cdacedde3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)