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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
EUC-JP | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
UTF-8 | 뭃뫂묹뫔F | 11101011101011011000001111101011101010111000001011101011101011001011100111101011101010111001010001000110 | ebad83ebab82ebacb9ebab9446 |
UHC | 뭃뫂묹뫔F | 100100100101001010010001101001101001001001001100100100011011011001000110 | 925291a6924c91b646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)