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 | 遵?? | 10001111100001010011111100111111 | 8f853f3f |
EUC-JP | 遵?? | 10111101111001010011111100111111 | bde53f3f |
UTF-8 | 遵렍欌 | 111010011000000110110101111010111010000010001101111001101010110010001100 | e981b5eba08de6ac8c |
UHC | 遵렍欌 | 111100011110010110001110101000111110110111101011 | f1e58ea3edeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)