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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 籃粳L籃粳L^ | 1110001011010101111000101110100101001100111000101101010111100010111010010100110001011110 | e2d5e2e94ce2d5e2e94c5e |
EUC-JP | 籃粳L籃粳L^ | 1110010011010111111001001110101101001100111001001101011111100100111010110100110001011110 | e4d7e4eb4ce4d7e4eb4c5e |
UTF-8 | 籃粳L籃粳L^ | 111001111011000110000011111001111011001010110011010011001110011110110001100000111110011110110010101100110100110001011110 | e7b183e7b2b34ce7b183e7b2b34c5e |
UHC | 籃粳L籃粳L^ | 1101010110111110110010111101011101001100110101011011111011001011110101110100110001011110 | d5becbd74cd5becbd74c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)