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 | 맦h맦 | 11101011101001111010011001101000111010111010011110100110 | eba7a668eba7a6 |
SJIS-WIN | ?§?h?§? | 001111111000000110011000001111110110100000111111100000011001100000111111 | 3f81983f683f81983f |
EUC-JP | 맦h맦 | 1000111110101011101100111010000111111000100011111010001011000011011010001000111110101011101100111010000111111000100011111010001011000011 | 8fabb3a1f88fa2c3688fabb3a1f88fa2c3 |
UTF-8 | 맦h맦 | 11000011101010111100001010100111110000101010011001101000110000111010101111000010101001111100001010100110 | c3abc2a7c2a668c3abc2a7c2a6 |
UHC | ?§?h?§? | 001111111010000111010111001111110110100000111111101000011101011100111111 | 3fa1d73f683fa1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)