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 | 霆漱嶌 | 111010001011101110011111111110011001101110111000 | e8bb9ff99bb8 |
EUC-JP | 霆漱嶌 | 111100001011110111011110111110111101011010111010 | f0bddefbd6ba |
UTF-8 | 霆漱嶌 | 111010011001110010000110111001101011110010110001111001011011011010001100 | e99c86e6bcb1e5b68c |
UHC | 霆漱? | 1110111111111101111000101010101100111111 | effde2ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)