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 | æåØ | 11100110100001111110010111011000 | e687e5d8 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | æ?åØ | 10001111101010011100000100111111100011111010101110101001100011111010100110101100 | 8fa9c13f8faba98fa9ac |
UTF-8 | æåØ | 1100001110100110110000101000011111000011101001011100001110011000 | c3a6c287c3a5c398 |
UHC | æ??Ø | 101010011010000100111111001111111010100010101010 | a9a13f3fa8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)