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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螢螢 | 1110010110100011111101101100000011100101101000111111011011000000 | e5a3f6c0e5a3f6c0 |
EUC-JP | 螢?螢? | 111010101010010100111111111010101010010100111111 | eaa53feaa53f |
UTF-8 | 螢螢 | 111010001001111010100010111011101001001110100111111010001001111010100010111011101001001110100111 | e89ea2ee93a7e89ea2ee93a7 |
UHC | 螢?螢? | 111110111010101100111111111110111010101100111111 | fbab3ffbab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)