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 | 壌・酌﨧 | 10001111111010111010010110001110110111101111101111010011 | 8feba58edefbd3 |
EUC-JP | 壌・酌? | 10111110111011011000111010100101101111001110000000111111 | beed8ea5bce03f |
UTF-8 | 壌・酌﨧 | 111001011010001110001100111011111011110110100101111010011000010110001100111011111010100010100111 | e5a38cefbda5e9858cefa8a7 |
UHC | ??酌? | 0011111100111111111011011100110000111111 | 3f3fedcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)