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 | 邨門沺 | 111001111011010110010110111001011001111110011111 | e7b596e59f9f |
EUC-JP | 邨門沺 | 111011101011011111001100111001111101111010100001 | eeb7cce7dea1 |
UTF-8 | 邨門沺 | 111010011000001010101000111010011001011010000000111001101011001010111010 | e982a8e99680e6b2ba |
UHC | 邨門? | 1111010110111110110110101010011000111111 | f5bedaa63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)