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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 楊??v | 1001011101101011001111110011111101110110 | 976b3f3f76 |
EUC-JP | 楊??v | 1100110111001100001111110011111101110110 | cdcc3f3f76 |
UTF-8 | 楊뽩쏃v | 11100110101001011000101011101011101111011010100111101100100011111000001101110110 | e6a58aebbda9ec8f8376 |
UHC | 楊뽩쏃v | 11100101110001011001011011100101100110111110100101110110 | e5c596e59be976 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)