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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 垓?D垓?D^ | 100110101011010000111111010001001001101010110100001111110100010001011110 | 9ab43f449ab43f445e |
EUC-JP | 垓?D垓?D^ | 110101001011011000111111010001001101010010110110001111110100010001011110 | d4b63f44d4b63f445e |
UTF-8 | 垓렫D垓렫D^ | 111001011001111010010011111010111010000010101011010001001110010110011110100100111110101110100000101010110100010001011110 | e59e93eba0ab44e59e93eba0ab445e |
UHC | 垓렫D垓렫D^ | 1111101010100111100011101011100101000100111110101010011110001110101110010100010001011110 | faa78eb944faa78eb9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)