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 | 凜湿鉷自 | 1110101010100011100011101011110011111011110011011000111010101001 | eaa38ebcfbcd8ea9 |
EUC-JP | 凜湿鉷自 | 111101001010010110111100101111101000111111100011111100011011110010101011 | f4a5bcbe8fe3f1bcab |
UTF-8 | 凜湿鉷自 | 111001011000011110011100111001101011100110111111111010011000100110110111111010001000011110101010 | e5879ce6b9bfe989b7e887aa |
UHC | 凜??自 | 110101111100111100111111001111111110110110111011 | d7cf3f3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)