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 | 竪足束辰 | 1001001001000111100100011010101110010001101010011001001001000011 | 924791ab91a99243 |
EUC-JP | 竪足束辰 | 1100001110101000110000101010110111000010101010111100001110100100 | c3a8c2adc2abc3a4 |
UTF-8 | 竪足束辰 | 111001111010101110101010111010001011011010110011111001101001110110011111111010001011111010110000 | e7abaae8b6b3e69d9fe8beb0 |
UHC | 竪足束辰 | 1110001010110101111100001110101111100001110101101111001011100011 | e2b5f0ebe1d6f2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)