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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 凹??曜 | 100010011001101000111111001111111001011101101010 | 899a3f3f976a |
EUC-JP | 凹??曜 | 101100011111101000111111001111111100110111001011 | b1fa3f3fcdcb |
UTF-8 | 凹삥뿧曜 | 111001011000011110111001111011001000001010100101111010111011111110100111111001101001101110011100 | e587b9ec82a5ebbfa7e69b9c |
UHC | 凹삥뿧曜 | 1110100011101010101110111110011010010111101001111110100011111000 | e8eabbe697a7e8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)