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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 魚??Q] | 100010111001101100111111001111110101000101011101 | 8b9b3f3f515d |
EUC-JP | 魚??Q] | 101101011111101100111111001111110101000101011101 | b5fb3f3f515d |
UTF-8 | 魚낅뒡Q] | 1110100110101101100110101110101110000010100001011110101110010010101000010101000101011101 | e9ad9aeb8285eb92a1515d |
UHC | 魚낅뒡Q] | 1110010111100000100001011110101110001010100111010101000101011101 | e5e085eb8a9d515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)