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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 元團元團^ | 100011001011001110011010101000111000110010110011100110101010001101011110 | 8cb39aa38cb39aa35e |
EUC-JP | 元團元團^ | 101110001011010111010100101001011011100010110101110101001010010101011110 | b8b5d4a5b8b5d4a55e |
UTF-8 | 元團元團^ | 11100101100001011000001111100101100111001001100011100101100001011000001111100101100111001001100001011110 | e58583e59c98e58583e59c985e |
UHC | 元團元團^ | 111010101010101011010011101001011110101010101010110100111010010101011110 | eaaad3a5eaaad3a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)