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 | kLä@LF | 1000100101101011100100010100110011100100010000000100110001000110 | 896b914ce4404c46 |
SJIS-WIN | ?k?L?@LF | 0011111101101011001111110100110000111111010000000100110001000110 | 3f6b3f4c3f404c46 |
EUC-JP | ?k?Lä@LF | 00111111011010110011111101001100100011111010101110100011010000000100110001000110 | 3f6b3f4c8faba3404c46 |
UTF-8 | kLä@LF | 1100001010001001011010111100001010010001010011001100001110100100010000000100110001000110 | c2896bc2914cc3a4404c46 |
UHC | ?k?L?@LF | 0011111101101011001111110100110000111111010000000100110001000110 | 3f6b3f4c3f404c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)