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 | ûLµûN | 111110110100110010001110101101011111101101001110 | fb4c8eb5fb4e |
SJIS-WIN | ?L???N | 001111110100110000111111001111110011111101001110 | 3f4c3f3f3f4e |
EUC-JP | ûL??ûN | 10001111101010111110010101001100001111110011111110001111101010111110010101001110 | 8fabe54c3f3f8fabe54e |
UTF-8 | ûLµûN | 11000011101110110100110011000010100011101100001010110101110000111011101101001110 | c3bb4cc28ec2b5c3bb4e |
UHC | ?L???N | 001111110100110000111111001111110011111101001110 | 3f4c3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)