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 | ???囚 | 0011111100111111001111111000111011111010 | 3f3f3f8efa |
EUC-JP | ???囚 | 0011111100111111001111111011110011111100 | 3f3f3fbcfc |
UTF-8 | 說계븺囚 | 111011111010011010100001111010101011001110000100111010111011100010111010111001011001101110011010 | efa6a1eab384ebb8bae59b9a |
UHC | 說계븺囚 | 1110011011110010101100001110100010010101101000111110000111110110 | e6f2b0e895a3e1f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)