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 | ?繕?繕^ | 00111111100100010101010100111111100100010101010101011110 | 3f91553f91555e |
EUC-JP | 詵繕詵繕^ | 1000111111011101111001111100000110110110100011111101110111100111110000011011011001011110 | 8fdde7c1b68fdde7c1b65e |
UTF-8 | 詵繕詵繕^ | 11101000101010011011010111100111101110011001010111101000101010011011010111100111101110011001010101011110 | e8a9b5e7b995e8a9b5e7b9955e |
UHC | 詵繕詵繕^ | 111000001101001011100000110010111110000011010010111000001100101101011110 | e0d2e0cbe0d2e0cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)