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 | 蠍晉垈 | 111001011011011010011101111001111001101010110000 | e5b69de79ab0 |
EUC-JP | 蠍晉垈 | 111010101011100011011010111010011101010010110010 | eab8dae9d4b2 |
UTF-8 | 蠍晉垈 | 111010001010000010001101111001101001100110001001111001011001111010001000 | e8a08de69989e59e88 |
UHC | ?晉垈 | 0011111111110010110010111101001111011100 | 3ff2cbd3dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)