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 | 肄苦騎 | 111000111110010110001011111010101000101101010010 | e3e58bea8b52 |
EUC-JP | 肄苦騎 | 111001101110011110110110111011001011010110110011 | e6e7b6ecb5b3 |
UTF-8 | 肄苦騎 | 111010001000001010000100111010001000101110100110111010011010100010001110 | e88284e88ba6e9a88e |
UHC | 肄苦騎 | 111011001011110111001101110010001101000111001000 | ecbdcdc8d1c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)