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 | 祉?顆? | 100011101000001100111111111010001111011100111111 | 8e833fe8f73f |
EUC-JP | 祉?顆? | 101110111110001100111111111100001111100100111111 | bbe33ff0f93f |
UTF-8 | 祉계顆亐 | 111001111010010110001001111010101011001110000100111010011010000110000110111001001011101010010000 | e7a589eab384e9a186e4ba90 |
UHC | 祉계顆亐 | 1111001010110011101100001110100011001110101010001110101010100111 | f2b3b0e8cea8eaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)