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 | ?豬螳削羚 | 001111111110011010110101111001011010111010001101111011011110001110110111 | 3fe6b5e5ae8dede3b7 |
EUC-JP | 淎豬螳削羚 | 1000111111000111110110001110110010110111111010101011000010111010111011111110011010111001 | 8fc7d8ecb7eab0baefe6b9 |
UTF-8 | 淎豬螳削羚 | 111001101011011110001110111010001011000110101100111010001001111010110011111001011000100110001010111001111011111010011010 | e6b78ee8b1ace89eb3e5898ae7be9a |
UHC | ??螳削羚 | 0011111100111111110100111101100111011110111110111101011010111110 | 3f3fd3d9defbd6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)