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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | セュ篠セォ捨^ | 101111101010110110001110110000101011111010101011100011101100110001011110 | bead8ec2beab8ecc5e |
EUC-JP | セュ篠セォ捨^ | 10001110101111101000111010101101101111001100010010001110101111101000111010101011101111001100111001011110 | 8ebe8eadbcc48ebe8eabbcce5e |
UTF-8 | セュ篠セォ捨^ | 11101111101111011011111011101111101111011010110111100111101011111010000011101111101111011011111011101111101111011010101111100110100011011010100001011110 | efbdbeefbdade7afa0efbdbeefbdabe68da85e |
UHC | ??篠??捨^ | 001111110011111111100001110001100011111100111111110111101101011101011110 | 3f3fe1c63f3fded75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)