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¸Z | 1000100101101011100100010100110010010001101110001001001001011010 | 896b914c91b8925a |
SJIS-WIN | ?k?L???Z | 0011111101101011001111110100110000111111001111110011111101011010 | 3f6b3f4c3f3f3f5a |
EUC-JP | ?k?L?¸?Z | 00111111011010110011111101001100001111111000111110100010101100010011111101011010 | 3f6b3f4c3f8fa2b13f5a |
UTF-8 | kL¸Z | 11000010100010010110101111000010100100010100110011000010100100011100001010111000110000101001001001011010 | c2896bc2914cc291c2b8c2925a |
UHC | ?k?L?¸?Z | 001111110110101100111111010011000011111110100010101011000011111101011010 | 3f6b3f4c3fa2ac3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)