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 | 痃沍パ噎 | 1110000101110001100111111000110010000011011100001001101001111000 | e1719f8c83709a78 |
EUC-JP | 痃沍パ噎 | 1110000111010010110111011110110010100101110100011101001111011001 | e1d2ddeca5d1d3d9 |
UTF-8 | 痃沍パ噎 | 111001111001011110000011111001101011001010001101111000111000001110010001111001011001100110001110 | e79783e6b28de38391e5998e |
UHC | ??パ? | 0011111100111111101010111101000100111111 | 3f3fabd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)