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 | 螻躯統 | 111001011011000110001011111010111001001110011101 | e5b18beb939d |
EUC-JP | 螻躯統 | 111010101011001110110110111011011100010111111101 | eab3b6edc5fd |
UTF-8 | 螻躯統 | 111010001001111010111011111010001011101010101111111001111011010110110001 | e89ebbe8baafe7b5b1 |
UHC | ??統 | 00111111001111111111011111010110 | 3f3ff7d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)