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 | ?????LF | 00111111001111110011111100111111001111110100110001000110 | 3f3f3f3f3f4c46 |
SJIS-WIN | 鬣崎飴迢ゥLF | 1110100110100101100011011110100010001000101110011110011110001011101010010100110001000110 | e9a58de888b9e78ba94c46 |
EUC-JP | 鬣崎飴迢ゥLF | 111100101010011110111010111010101011000010111011111011011110101110001110101010010100110001000110 | f2a7baeab0bbedeb8ea94c46 |
UTF-8 | 鬣崎飴迢ゥLF | 1110100110101100101000111110010110110100100011101110100110100011101101001110100010111111101000101110111110111101101010010100110001000110 | e9aca3e5b48ee9a3b4e8bfa2efbda94c46 |
UHC | ?崎飴??LF | 001111111101000011111000111011001100011100111111001111110100110001000110 | 3fd0f8ecc73f3f4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)