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 | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
EUC-JP | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
UTF-8 | 횪횏혗혧혴혩F | 11101101100110101010101011101101100110101000111111101101100110001001011111101101100110001010011111101101100110001011010011101101100110001010100101000110 | ed9aaaed9a8fed9897ed98a7ed98b4ed98a946 |
UHC | 횪횏혗혧혴혩F | 11000011101000001100001110001011110000101000001011000010100011111100001010011011110000101001000101000110 | c3a0c38bc282c28fc29bc29146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)