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 | ???@? | 0011111100111111001111110100000000111111 | 3f3f3f403f |
SJIS-WIN | ?西?@? | 001111111001000010111100001111110100000000111111 | 3f90bc3f403f |
EUC-JP | ?西?@? | 001111111100000010111110001111110100000000111111 | 3fc0be3f403f |
UTF-8 | 렊西롆@쒔 | 11101011101000001000101011101000101001011011111111101011101000011000011001000000111011001001001010010100 | eba08ae8a5bfeba18640ec9294 |
UHC | 렊西롆@쒔 | 100011101010000111100000101001001000111011001100010000001011111010101101 | 8ea1e0a48ecc40bead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)