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 | àèãL | 111000001110100011100011010011001001111010011101 | e0e8e34c9e9d |
SJIS-WIN | ???L?? | 001111110011111100111111010011000011111100111111 | 3f3f3f4c3f3f |
EUC-JP | àèãL?? | 100011111010101110100010100011111010101110110010100011111010101110101010010011000011111100111111 | 8faba28fabb28fabaa4c3f3f |
UTF-8 | àèãL | 1100001110100000110000111010100011000011101000110100110011000010100111101100001010011101 | c3a0c3a8c3a34cc29ec29d |
UHC | ???L?? | 001111110011111100111111010011000011111100111111 | 3f3f3f4c3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)