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 | ???^~ | 0011111100111111001111110101111001111110 | 3f3f3f5e7e |
SJIS-WIN | 墻℡?^~ | 10011010110101001000011110000100001111110101111001111110 | 9ad487843f5e7e |
EUC-JP | 墻??^~ | 110101001101011000111111001111110101111001111110 | d4d63f3f5e7e |
UTF-8 | 墻℡윿^~ | 1110010110100010101110111110001010000100101000011110110010011100101111110101111001111110 | e5a2bbe284a1ec9cbf5e7e |
UHC | 墻℡윿^~ | 1110110111011111101000101110010110011111101101110101111001111110 | eddfa2e59fb75e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)