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 | 1010100011111001101000101010010101001100 | a8f9a2a54c |
SJIS-WIN | ¨?¢¥L | 1000000101001110001111111000000110010001100000011000111101001100 | 814e3f8191818f4c |
EUC-JP | ¨ù¢?L | 101000011010111110001111101010111110001110100001111100010011111101001100 | a1af8fabe3a1f13f4c |
UTF-8 | ¨ù¢¥L | 110000101010100011000011101110011100001010100010110000101010010101001100 | c2a8c3b9c2a2c2a54c |
UHC | ¨???L | 101000011010011100111111001111110011111101001100 | a1a73f3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)