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 | 載?載?^ | 10001101110110100011111110001101110110100011111101011110 | 8dda3f8dda3f5e |
EUC-JP | 載?載?^ | 10111010110111000011111110111010110111000011111101011110 | badc3fbadc3f5e |
UTF-8 | 載쉭載쉭^ | 11101000101111001000100111101100100010011010110111101000101111001000100111101100100010011010110101011110 | e8bc89ec89ade8bc89ec89ad5e |
UHC | 載쉭載쉭^ | 111011101011000010111101101011011110111010110000101111011010110101011110 | eeb0bdadeeb0bdad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)