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 | 墻ц? | 1001101011010100100001001000100000111111 | 9ad484883f |
EUC-JP | 墻ц? | 1101010011010110101001111110100000111111 | d4d6a7e83f |
UTF-8 | 墻ц뮅 | 1110010110100010101110111101000110000110111010111010111010000101 | e5a2bbd186ebae85 |
UHC | 墻ц뮅 | 111011011101111110101100111010001001001010010100 | eddface89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)