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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | セュ篠セォ社] | 101111101010110110001110110000101011111010101011100011101101000001011101 | bead8ec2beab8ed05d |
EUC-JP | セュ篠セォ社] | 10001110101111101000111010101101101111001100010010001110101111101000111010101011101111001101001001011101 | 8ebe8eadbcc48ebe8eabbcd25d |
UTF-8 | セュ篠セォ社] | 11101111101111011011111011101111101111011010110111100111101011111010000011101111101111011011111011101111101111011010101111100111101001001011111001011101 | efbdbeefbdade7afa0efbdbeefbdabe7a4be5d |
UHC | ??篠??社] | 001111110011111111100001110001100011111100111111110111101110010001011101 | 3f3fe1c63f3fdee45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)