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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 凜湿燁 | 111010101010001110001110101111001111101101011001 | eaa38ebcfb59 |
EUC-JP | 凜湿燁 | 11110100101001011011110010111110100011111100101010110011 | f4a5bcbe8fcab3 |
UTF-8 | 凜湿燁 | 111001011000011110011100111001101011100110111111111001111000011110000001 | e5879ce6b9bfe78781 |
UHC | 凜?燁 | 1101011111001111001111111110011110100111 | d7cf3fe7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)