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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
EUC-JP | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
UTF-8 | 셴섣손섟H | 11101100100001011011010011101100100001001010001111101100100001101001000011101100100001001001111101001000 | ec85b4ec84a3ec8690ec849f48 |
UHC | 셴섣손섟H | 101111001100111110111100101100101011110011010101101111001011000001001000 | bccfbcb2bcd5bcb048 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)