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 | væ | 10010000011101101001101011100110 | 90769ae6 |
SJIS-WIN | ?v?? | 00111111011101100011111100111111 | 3f763f3f |
EUC-JP | ?v?æ | 001111110111011000111111100011111010100111000001 | 3f763f8fa9c1 |
UTF-8 | væ | 11000010100100000111011011000010100110101100001110100110 | c29076c29ac3a6 |
UHC | ?v?æ | 0011111101110110001111111010100110100001 | 3f763fa9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)