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 | 室邪質猜辞 | 10001110101110101000111011010111100011101011111111100000110010001000111010101011 | 8eba8ed78ebfe0c88eab |
EUC-JP | 室邪質猜辞 | 10111100101111001011110011011001101111001100000111100000110010101011110010101101 | bcbcbcd9bcc1e0cabcad |
UTF-8 | 室邪質猜辞 | 111001011010111010100100111010011000001010101010111010001011001110101010111001111000110010011100111010001011111010011110 | e5aea4e982aae8b3aae78c9ce8be9e |
UHC | 室邪質猜? | 111000111111100011011110111101111111001011110101111000111100010000111111 | e3f8def7f2f5e3c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)