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 | 循愕徇循 | 1000111101111010100111001011000110011100011011011000111101111010 | 8f7a9cb19c6d8f7a |
EUC-JP | 循愕徇循 | 1011110111011011110110001011001111010111110011101011110111011011 | bddbd8b3d7cebddb |
UTF-8 | 循愕徇循 | 111001011011111010101010111001101000010010010101111001011011111010000111111001011011111010101010 | e5beaae68495e5be87e5beaa |
UHC | 循愕徇循 | 1110001011100000111001001100001111100010110111111110001011100000 | e2e0e4c3e2dfe2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)