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 | 鮱竺澵 | 111111000100010010001110101100011111101101001100 | fc448eb1fb4c |
EUC-JP | 鮱竺澵 | 1000111111101010111001101011110010110011100011111100100011111000 | 8feae6bcb38fc8f8 |
UTF-8 | 鮱竺澵 | 111010011010111010110001111001111010101110111010111001101011111010110101 | e9aeb1e7abbae6beb5 |
UHC | ?竺? | 00111111111101011110011100111111 | 3ff5e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)