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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 劑???? | 100110011001110100111111001111110011111100111111 | 999d3f3f3f3f |
EUC-JP | 劑??琫? | 1101000111111101001111110011111110001111110011001010111100111111 | d1fd3f3f8fccaf3f |
UTF-8 | 劑흡렢琫렡 | 111001011000101010010001111011011001110110100001111010111010000010100010111001111001000010101011111010111010000010100001 | e58a91ed9da1eba0a2e790abeba0a1 |
UHC | 劑흡렢琫렡 | 11110000101001011100100011101101100011101011001111011100111011011000111010110010 | f0a5c8ed8eb3dced8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)