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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ∵??] | 1000000111100110001111110011111101011101 | 81e63f3f5d |
EUC-JP | ∵??] | 1010001011101000001111110011111101011101 | a2e83f3f5d |
UTF-8 | ∵룶췘] | 11100010100010001011010111101011101000111011011011101100101101111001100001011101 | e288b5eba3b6ecb7985d |
UHC | ∵룶췘] | 10100001111100011000111110101011101011100101000101011101 | a1f18fabae515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)