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 | 簀雉未 | 111000101100010111101000101100111001011010100010 | e2c5e8b396a2 |
EUC-JP | 簀雉未 | 111001001100011111110000101101011100110010100100 | e4c7f0b5cca4 |
UTF-8 | 簀雉未 | 111001111011000010000000111010011001101110001001111001101001110010101010 | e7b080e99b89e69caa |
UHC | ?雉未 | 0011111111110110110010111101101010110001 | 3ff6cbdab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)