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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 魚??^ | 1000101110011011001111110011111101011110 | 8b9b3f3f5e |
EUC-JP | 魚??^ | 1011010111111011001111110011111101011110 | b5fb3f3f5e |
UTF-8 | 魚페걀^ | 11101001101011011001101011101101100011101001100011101010101100011000000001011110 | e9ad9aed8e98eab1805e |
UHC | 魚페걀^ | 11100101111000001100011011100100101100001011111101011110 | e5e0c6e4b0bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)