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 | 襭居ス | 111001100100001010001011100011111000001101011000 | e6428b8f8358 |
EUC-JP | 襭居ス | 111010111010001110110101111011111010010110111001 | eba3b5efa5b9 |
UTF-8 | 襭居ス | 111010001010010110101101111001011011000110000101111000111000001010111001 | e8a5ade5b185e382b9 |
UHC | ?居ス | 0011111111001011110111001010101110111001 | 3fcbdcabb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)