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 | 00111111001111110011111100111111001111110011111101001100 | 3f3f3f3f3f3f4c |
SJIS-WIN | 逕ャ遒ェ辯ケL | 11100111100101001010110011100111101000101010101011100111100001111011100101001100 | e794ace7a2aae787b94c |
EUC-JP | 逕ャ遒ェ辯ケL | 11101101111101001000111010101100111011101010010010001110101010101110110111100111100011101011100101001100 | edf48eaceea48eaaede78eb94c |
UTF-8 | 逕ャ遒ェ辯ケL | 11101001100000001001010111101111101111011010110011101001100000011001001011101111101111011010101011101000101111101010111111101111101111011011100101001100 | e98095efbdace98192efbdaae8beafefbdb94c |
UHC | 逕???辯?L | 110011001110111100111111001111110011111111011100101010100011111101001100 | ccef3f3f3fdcaa3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)