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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 愎塀驪 | 100111001011110110010101101110111110100110001011 | 9cbd95bbe98b |
EUC-JP | 愎塀驪 | 110110001011111111001010101111011111000111101011 | d8bfcabdf1eb |
UTF-8 | 愎塀驪 | 111001101000010010001110111001011010000110000000111010011010100110101010 | e6848ee5a180e9a9aa |
UHC | 愎?驪 | 1111100010110100001111111101010111110001 | f8b43fd5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)