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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | エ、エ、^ | 111100111110111010110100101001001111001111101110101101001010010001011110 | f3eeb4a4f3eeb4a45e |
EUC-JP | ?エ、?エ、^ | 0011111110001110101101001000111010100100001111111000111010110100100011101010010001011110 | 3f8eb48ea43f8eb48ea45e |
UTF-8 | エ、エ、^ | 11101110100010111010000111101111101111011011010011101111101111011010010011101110100010111010000111101111101111011011010011101111101111011010010001011110 | ee8ba1efbdb4efbda4ee8ba1efbdb4efbda45e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)