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 | 蒻大泣雖 | 1110010011101000100100011110010110001011100000111110010110101011 | e4e891e58b83e5ab |
EUC-JP | 蒻大泣雖 | 1110100011101010110000101110011110110101111000111110101010101101 | e8eac2e7b5e3eaad |
UTF-8 | 蒻大泣雖 | 111010001001001010111011111001011010010010100111111001101011001110100011111010011001101110010110 | e892bbe5a4a7e6b3a3e99b96 |
UHC | 蒻大泣雖 | 1110010110110110110100111101111011101011111010001110001011001100 | e5b6d3deebe8e2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)