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áª^ | 10001001011010111001000101001100111000011010101001011110 | 896b914ce1aa5e |
SJIS-WIN | ?k?L??^ | 00111111011010110011111101001100001111110011111101011110 | 3f6b3f4c3f3f5e |
EUC-JP | ?k?Láª^ | 0011111101101011001111110100110010001111101010111010000110001111101000101110110001011110 | 3f6b3f4c8faba18fa2ec5e |
UTF-8 | kLáª^ | 1100001010001001011010111100001010010001010011001100001110100001110000101010101001011110 | c2896bc2914cc3a1c2aa5e |
UHC | ?k?L?ª^ | 0011111101101011001111110100110000111111101010001010001101011110 | 3f6b3f4c3fa8a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)