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 | 昤栁 | 111110001111010111111010110101001111101011100101 | f8f5fad4fae5 |
EUC-JP | ?昤? | 0011111110001111110000101010010100111111 | 3f8fc2a53f |
UTF-8 | 昤栁 | 111011101001101010010100111001101001100010100100111001101010000010000001 | ee9a94e698a4e6a081 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)