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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ???西?F | 00111111001111110011111110010000101111000011111101000110 | 3f3f3f90bc3f46 |
EUC-JP | ???西?F | 00111111001111110011111111000000101111100011111101000110 | 3f3f3fc0be3f46 |
UTF-8 | 쑹렶렊西롆F | 11101100100100011011100111101011101000001011011011101011101000001000101011101000101001011011111111101011101000011000011001000110 | ec91b9eba0b6eba08ae8a5bfeba18646 |
UHC | 쑹렶렊西롆F | 1011111010101011100011101100000110001110101000011110000010100100100011101100110001000110 | beab8ec18ea1e0a48ecc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)