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 | 佚?璋?壹 | 1001100011000011001111111110000011110110001111111001101011100011 | 98c33fe0f63f9ae3 |
EUC-JP | 佚?璋?壹 | 1101000011000101001111111110000011111000001111111101010011100101 | d0c53fe0f83fd4e5 |
UTF-8 | 佚렫璋렲壹 | 111001001011110110011010111010111010000010101011111001111001001010001011111010111010000010110010111001011010001110111001 | e4bd9aeba0abe7928beba0b2e5a3b9 |
UHC | 佚렫璋렲壹 | 11101100111010101000111010111001111011011111000010001110101111111110110011101100 | ecea8eb9edf08ebfecec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)