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 | 薔э臭茆 | 1110010101001011100001001000111110001111010011001110010010011011 | e54b848f8f4ce49b |
EUC-JP | 薔э臭茆 | 1110100110101100101001111110111110111101101011011110011111111011 | e9aca7efbdade7fb |
UTF-8 | 薔э臭茆 | 1110100010010110100101001101000110001101111010001000011110101101111010001000110010000110 | e89694d18de887ade88c86 |
UHC | 薔э臭? | 11101101111110011010110011101111111101101010101100111111 | edf9aceff6ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)