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 | 搖??柚 | 100111011000101000111111001111111001011101001101 | 9d8a3f3f974d |
EUC-JP | 搖??柚 | 110110011110101000111111001111111100110110101110 | d9ea3f3fcdae |
UTF-8 | 搖깅쵎柚 | 111001101001000010010110111010101011100110000101111011001011010110001110111001101001111110011010 | e69096eab985ecb58ee69f9a |
UHC | 搖깅쵎柚 | 1110100011110100101100011110101110101100100100001110101011110110 | e8f4b1ebac90eaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)