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 | ???^???^ | 0011111100111111001111110101111000111111001111110011111101011110 | 3f3f3f5e3f3f3f5e |
SJIS-WIN | ???^???^ | 0011111100111111001111110101111000111111001111110011111101011110 | 3f3f3f5e3f3f3f5e |
EUC-JP | ???^???^ | 0011111100111111001111110101111000111111001111110011111101011110 | 3f3f3f5e3f3f3f5e |
UTF-8 | 묯뫁뫗^묯뫁뫗^ | 1110101110101100101011111110101110101011100000011110101110101011100101110101111011101011101011001010111111101011101010111000000111101011101010111001011101011110 | ebacafebab81ebab975eebacafebab81ebab975e |
UHC | 묯뫁뫗^묯뫁뫗^ | 1001001001000110100100011010010110010001101110010101111010010010010001101001000110100101100100011011100101011110 | 924691a591b95e924691a591b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)