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 | 맿~ | 11101011101001111011111101111110 | eba7bf7e |
SJIS-WIN | ?§?~ | 0011111110000001100110000011111101111110 | 3f81983f7e |
EUC-JP | 맿~ | 100011111010101110110011101000011111100010001111101000101100010001111110 | 8fabb3a1f88fa2c47e |
UTF-8 | 맿~ | 11000011101010111100001010100111110000101011111101111110 | c3abc2a7c2bf7e |
UHC | ?§¿~ | 001111111010000111010111101000101010111101111110 | 3fa1d7a2af7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)