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 | ????mF | 001111110011111100111111001111110110110101000110 | 3f3f3f3f6d46 |
SJIS-WIN | ????mF | 001111110011111100111111001111110110110101000110 | 3f3f3f3f6d46 |
EUC-JP | ????mF | 001111110011111100111111001111110110110101000110 | 3f3f3f3f6d46 |
UTF-8 | 횧처횩횧mF | 1110110110011010101001111110110010110010100110001110110110011010101010011110110110011010101001110110110101000110 | ed9aa7ecb298ed9aa9ed9aa76d46 |
UHC | 횧처횩횧mF | 11000011100111101100001110110011110000111001111111000011100111100110110101000110 | c39ec3b3c39fc39e6d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)