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 | 醯???? | 111001111100111100111111001111110011111100111111 | e7cf3f3f3f3f |
EUC-JP | 醯??滎? | 1110111011010001001111110011111110001111110010001011100100111111 | eed13f3f8fc8b93f |
UTF-8 | 醯먫나滎섇 | 111010011000011010101111111010111010100010101011111010111000001010011000111001101011101110001110111011001000010010000111 | e986afeba8abeb8298e6bb8eec8487 |
UHC | 醯먫나滎섇 | 11111011101110001001000011101000101100111010101011111011101000111001100011100101 | fbb890e8b3aafba398e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)