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 | 閹コ寬 | 1110100010000110101110101111101010101010 | e886bafaaa |
EUC-JP | 閹コ? | 1110111111100110100011101011101000111111 | efe68eba3f |
UTF-8 | 閹コ寬 | 111010011001011010111001111011111011110110111010111001011010111110101100 | e996b9efbdbae5afac |
UHC | ??寬 | 00111111001111111100111010110000 | 3f3fceb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)