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 | 맿^ | 11101011101001111011111101011110 | eba7bf5e |
SJIS-WIN | ?§?^ | 0011111110000001100110000011111101011110 | 3f81983f5e |
EUC-JP | 맿^ | 100011111010101110110011101000011111100010001111101000101100010001011110 | 8fabb3a1f88fa2c45e |
UTF-8 | 맿^ | 11000011101010111100001010100111110000101011111101011110 | c3abc2a7c2bf5e |
UHC | ?§¿^ | 001111111010000111010111101000101010111101011110 | 3fa1d7a2af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)