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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 邨ス\}邨ス\{^ | 1110011110110101101111010101110001111101111001111011010110111101010111000111101101011110 | e7b5bd5c7de7b5bd5c7b5e |
EUC-JP | 邨ス\}邨ス\{^ | 11101110101101111000111010111101010111000111110111101110101101111000111010111101010111000111101101011110 | eeb78ebd5c7deeb78ebd5c7b5e |
UTF-8 | 邨ス\}邨ス\{^ | 1110100110000010101010001110111110111101101111010101110001111101111010011000001010101000111011111011110110111101010111000111101101011110 | e982a8efbdbd5c7de982a8efbdbd5c7b5e |
UHC | 邨?\}邨?\{^ | 1111010110111110001111110101110001111101111101011011111000111111010111000111101101011110 | f5be3f5c7df5be3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)