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 | çç^ | 100111001001111010001110111001111001110010011110100011101110011101011110 | 9c9e8ee79c9e8ee75e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ???ç???ç^ | 00111111001111110011111110001111101010111010111000111111001111110011111110001111101010111010111001011110 | 3f3f3f8fabae3f3f3f8fabae5e |
UTF-8 | çç^ | 1100001010011100110000101001111011000010100011101100001110100111110000101001110011000010100111101100001010001110110000111010011101011110 | c29cc29ec28ec3a7c29cc29ec28ec3a75e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)