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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 湜幟哀B | 11111011010001111001101111101110100010001010001101000010 | fb479bee88a342 |
EUC-JP | 湜幟哀B | 1000111111000111111111001101011011110000101100001010010101000010 | 8fc7fcd6f0b0a542 |
UTF-8 | 湜幟哀B | 11100110101110011001110011100101101110011001111111100101100100111000000001000010 | e6b99ce5b99fe5938042 |
UHC | 湜幟哀B | 11100011110101111111011010111010111001001110111001000010 | e3d7f6bae4ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)