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 | ?豬螳削 | 00111111111001101011010111100101101011101000110111101101 | 3fe6b5e5ae8ded |
EUC-JP | 淎豬螳削 | 100011111100011111011000111011001011011111101010101100001011101011101111 | 8fc7d8ecb7eab0baef |
UTF-8 | 淎豬螳削 | 111001101011011110001110111010001011000110101100111010001001111010110011111001011000100110001010 | e6b78ee8b1ace89eb3e5898a |
UHC | ??螳削 | 001111110011111111010011110110011101111011111011 | 3f3fd3d9defb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)