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 | ???|F | 0011111100111111001111110111110001000110 | 3f3f3f7c46 |
SJIS-WIN | ?泥?|F | 001111111001001101000100001111110111110001000110 | 3f93443f7c46 |
EUC-JP | ?泥?|F | 001111111100010110100101001111110111110001000110 | 3fc5a53f7c46 |
UTF-8 | 룶泥푸|F | 1110101110100011101101101110011010110011101001011110110110010001101110000111110001000110 | eba3b6e6b3a5ed91b87c46 |
UHC | 룶泥푸|F | 1000111110101011110100101111101011000111101010100111110001000110 | 8fabd2fac7aa7c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)