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 | 泅躱脾 | 100111111001101011100111010111011110010001000010 | 9f9ae75de442 |
EUC-JP | 泅躱脾 | 110111011111101011101101101111101110011110100011 | ddfaedbee7a3 |
UTF-8 | 泅躱脾 | 111001101011001110000101111010001011101010110001111010001000010010111110 | e6b385e8bab1e884be |
UHC | ??脾 | 00111111001111111101111010100001 | 3f3fdea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)