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 | 隰冶崟 | 111010001010110010010110111010001001101110111110 | e8ac96e89bbe |
EUC-JP | 隰冶崟 | 111100001010111011001100111010101101011011000000 | f0aeccead6c0 |
UTF-8 | 隰冶崟 | 111010011001101010110000111001011000011010110110111001011011010010011111 | e99ab0e586b6e5b49f |
UHC | ?冶? | 00111111111001011010011100111111 | 3fe5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)