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 | ??^??^ | 001111110011111101011110001111110011111101011110 | 3f3f5e3f3f5e |
SJIS-WIN | 鵝?^鵝?^ | 1110101001000000001111110101111011101010010000000011111101011110 | ea403f5eea403f5e |
EUC-JP | 鵝?^鵝?^ | 1111001110100001001111110101111011110011101000010011111101011110 | f3a13f5ef3a13f5e |
UTF-8 | 鵝냊^鵝냊^ | 1110100110110101100111011110101110000011100010100101111011101001101101011001110111101011100000111000101001011110 | e9b59deb838a5ee9b59deb838a5e |
UHC | 鵝냊^鵝냊^ | 11100100101111011000011001010100010111101110010010111101100001100101010001011110 | e4bd86545ee4bd86545e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)