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 | 竪淡樽達 | 1001001001000111100100100101011110010010010011011001001001000010 | 92479257924d9242 |
EUC-JP | 竪淡樽達 | 1100001110101000110000111011100011000011101011101100001110100011 | c3a8c3b8c3aec3a3 |
UTF-8 | 竪淡樽達 | 111001111010101110101010111001101011011110100001111001101010100010111101111010011000000110010100 | e7abaae6b7a1e6a8bde98194 |
UHC | 竪淡樽達 | 1110001010110101110100111011111111110001110111001101001110111001 | e2b5d3bff1dcd3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)