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 | 窒毘裸 | 100100101000001010010100111110011001011110000111 | 928294f99787 |
EUC-JP | 窒毘裸 | 110000111110001011001000111110111100110111100111 | c3e2c8fbcde7 |
UTF-8 | 窒毘裸 | 111001111010101010010010111001101010111110011000111010001010001110111000 | e7aa92e6af98e8a3b8 |
UHC | 窒毘裸 | 111100101111001011011101111100101101010110100011 | f2f2ddf2d5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)