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 | 軏掵軏掉^ | 111110111011001010011101011111011111101110110010100111010111101101011110 | fbb29d7dfbb29d7b5e |
EUC-JP | 軏掵軏掉^ | 1000111111100000110110011101100111011110100011111110000011011001110110011101110001011110 | 8fe0d9d9de8fe0d9d9dc5e |
UTF-8 | 軏掵軏掉^ | 11101000101110111000111111100110100011101011010111101000101110111000111111100110100011101000100101011110 | e8bb8fe68eb5e8bb8fe68e895e |
UHC | ???掉^ | 001111110011111100111111110100111111110001011110 | 3f3f3fd3fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)