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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ????¬\ | 00111111001111110011111100111111100000011100101001011100 | 3f3f3f3f81ca5c |
EUC-JP | ????¬\ | 00111111001111110011111100111111101000101100110001011100 | 3f3f3f3fa2cc5c |
UTF-8 | 梨뺥샂吏¬\ | 11101111101001111010001011101011101110101010010111101100100000111000001011101111101001111001111011101111101111111010001001011100 | efa7a2ebbaa5ec8382efa79eefbfa25c |
UHC | 梨뺥샂吏¬\ | 1110110010110001100101011110110110011000101101001110110010100111101000011111111001011100 | ecb195ed98b4eca7a1fe5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)