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 | 濵自 | 111110110100110110001110101010011111000111100111 | fb4d8ea9f1e7 |
EUC-JP | 濵自? | 100011111100100110100110101111001010101100111111 | 8fc9a6bcab3f |
UTF-8 | 濵自 | 111001101011111110110101111010001000011110101010111011101000010110100010 | e6bfb5e887aaee85a2 |
UHC | ?自? | 00111111111011011011101100111111 | 3fedbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)