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 | 辿卒束竪測 | 10010010010010001001000110110010100100011010100110010010010001111001000110101010 | 924891b291a9924791aa |
EUC-JP | 辿卒束竪測 | 11000011101010011100001010110100110000101010101111000011101010001100001010101100 | c3a9c2b4c2abc3a8c2ac |
UTF-8 | 辿卒束竪測 | 111010001011111010111111111001011000110110010010111001101001110110011111111001111010101110101010111001101011100010101100 | e8bebfe58d92e69d9fe7abaae6b8ac |
UHC | ?卒束竪測 | 001111111111000011101111111000011101011011100010101101011111011010110100 | 3ff0efe1d6e2b5f6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)