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 | 豎夥膜?豬 | 111001101011000110011010111011001001011010001100001111111110011010110101 | e6b19aec968c3fe6b5 |
EUC-JP | 豎夥膜宼豬 | 1110110010110011110101001110111011001011111011001000111110111010110110101110110010110111 | ecb3d4eecbec8fbadaecb7 |
UTF-8 | 豎夥膜宼豬 | 111010001011000110001110111001011010010010100101111010001000011010011100111001011010111010111100111010001011000110101100 | e8b18ee5a4a5e8869ce5aebce8b1ac |
UHC | ??膜?? | 001111110011111111011000101011110011111100111111 | 3f3fd8af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)