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 | 巍ч? | 1001101111011001100001001000100100111111 | 9bd984893f |
EUC-JP | 巍ч? | 1101011011011011101001111110100100111111 | d6dba7e93f |
UTF-8 | 巍ч레 | 1110010110110111100011011101000110000111111010111010000010001000 | e5b78dd187eba088 |
UHC | 巍ч레 | 111010001110010010101100111010011011011110111001 | e8e4ace9b7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)