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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 說븍젪銳노젣 | 111011111010011010100001111010111011100010001101111011001010000010101010111010011000101010110011111010111000010110111000111011001010000010100011 | efa6a1ebb88deca0aae98ab3eb85b8eca0a3 |
UHC | 說븍젪銳노젣 | 111001101111001010111010111010111010000010100010111001111110010110110011111010111010000010011100 | e6f2baeba0a2e7e5b3eba09c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)