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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 頷募万碪 | 1110100011110101100101011110010110010110100111001110000111110010 | e8f595e5969ce1f2 |
EUC-JP | 頷募万碪 | 1111000011110111110010101110011111001011111111001110001011110100 | f0f7cae7cbfce2f4 |
UTF-8 | 頷募万碪 | 111010011010000010110111111001011000101110011111111001001011100010000111111001111010001010101010 | e9a0b7e58b9fe4b887e7a2aa |
UHC | ?募万? | 001111111101100110110100110110001011001000111111 | 3fd9b4d8b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)