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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 幼λ?幼λ?^ | 1001011101100011100000111100100100111111100101110110001110000011110010010011111101011110 | 976383c93f976383c93f5e |
EUC-JP | 幼λ?幼λ?^ | 1100110111000100101001101100101100111111110011011100010010100110110010110011111101011110 | cdc4a6cb3fcdc4a6cb3f5e |
UTF-8 | 幼λ퐥幼λ퐥^ | 1110010110111001101111001100111010111011111011011001000010100101111001011011100110111100110011101011101111101101100100001010010101011110 | e5b9bccebbed90a5e5b9bccebbed90a55e |
UHC | 幼λ퐥幼λ퐥^ | 11101010111010101010010111101011101111011000111011101010111010101010010111101011101111011000111001011110 | eaeaa5ebbd8eeaeaa5ebbd8e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)