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 | 財?? | 10001101111000000011111100111111 | 8de03f3f |
EUC-JP | 財?? | 10111010111000100011111100111111 | bae23f3f |
UTF-8 | 財렦欌 | 111010001011001010100001111010111010000010100110111001101010110010001100 | e8b2a1eba0a6e6ac8c |
UHC | 財렦欌 | 111011101010111110001110101101011110110111101011 | eeaf8eb5edeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)