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 | 褌耶剽 | 111001011110110010010110111010111001100110010111 | e5ec96eb9997 |
EUC-JP | 褌耶剽 | 111010101110111011001100111011011101000111110111 | eaeeccedd1f7 |
UTF-8 | 褌耶剽 | 111010001010010010001100111010001000000010110110111001011000100110111101 | e8a48ce880b6e589bd |
UHC | ?耶剽 | 0011111111100101101011011111100011110010 | 3fe5adf8f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)