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 | 姙?? | 10011011010010110011111100111111 | 9b4b3f3f |
EUC-JP | 姙?獐 | 110101011010110000111111100011111100101110111010 | d5ac3f8fcbba |
UTF-8 | 姙렎獐 | 111001011010011110011001111010111010000010001110111001111000110110010000 | e5a799eba08ee78d90 |
UHC | 姙렎獐 | 111011001111010110001110101001001110110111101111 | ecf58ea4edef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)