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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 螂ェ譌乗據B | 11100101101001011010101011100110100101111000111111100110100111011001111101000010 | e5a5aae6978fe69d9f42 |
EUC-JP | 螂ェ譌乗據B | 1110101010100111100011101010101011101011111101111011111011101000110110101010000101000010 | eaa78eaaebf7bee8daa142 |
UTF-8 | 螂ェ譌乗據B | 11101000100111101000001011101111101111011010101011101000101011011000110011100100101110011001011111100110100100111001101001000010 | e89e82efbdaae8ad8ce4b997e6939a42 |
UHC | 螂???據B | 1101010111001100001111110011111100111111110010111110000001000010 | d5cc3f3f3fcbe042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)