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 | è±Lhè±L | 111010001000110010110001010011000110100011101000100011001011000101001100 | e88cb14c68e88cb14c |
SJIS-WIN | ??±Lh??±L | 0011111100111111100000010111110101001100011010000011111100111111100000010111110101001100 | 3f3f817d4c683f3f817d4c |
EUC-JP | è?±Lhè?±L | 100011111010101110110010001111111010000111011110010011000110100010001111101010111011001000111111101000011101111001001100 | 8fabb23fa1de4c688fabb23fa1de4c |
UTF-8 | è±Lhè±L | 110000111010100011000010100011001100001010110001010011000110100011000011101010001100001010001100110000101011000101001100 | c3a8c28cc2b14c68c3a8c28cc2b14c |
UHC | ??±Lh??±L | 0011111100111111101000011011111001001100011010000011111100111111101000011011111001001100 | 3f3fa1be4c683f3fa1be4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)