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 | çç^ | 111001111001100110011100100010001110011110011001100111001000100001011110 | e7999c88e7999c885e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ç???ç???^ | 10001111101010111010111000111111001111110011111110001111101010111010111000111111001111110011111101011110 | 8fabae3f3f3f8fabae3f3f3f5e |
UTF-8 | çç^ | 1100001110100111110000101001100111000010100111001100001010001000110000111010011111000010100110011100001010011100110000101000100001011110 | c3a7c299c29cc288c3a7c299c29cc2885e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)