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 | 肄矩嘗 | 111000111110010110001011111010011000111110100110 | e3e58be98fa6 |
EUC-JP | 肄矩嘗 | 111001101110011110110110111010111011111010101000 | e6e7b6ebbea8 |
UTF-8 | 肄矩嘗 | 111010001000001010000100111001111001111110101001111001011001100010010111 | e88284e79fa9e59897 |
UHC | 肄矩嘗 | 111011001011110111001111101110111101111111000100 | ecbdcfbbdfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)