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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ???游F | 001111110011111100111111100111111110000001000110 | 3f3f3f9fe046 |
EUC-JP | ???游F | 001111110011111100111111110111101110001001000110 | 3f3f3fdee246 |
UTF-8 | 앍렢렍游F | 11101100100101011000110111101011101000001010001011101011101000001000110111100110101110001011100001000110 | ec958deba0a2eba08de6b8b846 |
UHC | 앍렢렍游F | 101111101100110010001110101100111000111010100011111010101111110101000110 | becc8eb38ea3eafd46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)