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 | 100101111000000100111111111110100100100110010110111010110011111101000010 | 97813ffa4996eb3f42 |
EUC-JP | 浴??耶?B | 1100110111100001001111110011111111001100111011010011111101000010 | cde13f3fcced3f42 |
UTF-8 | 浴덂ⅹ耶쁟B | 11100110101101011011010011101011100011011000001011100010100001011011100111101000100000001011011011101100100000011001111101000010 | e6b5b4eb8d82e285b9e880b6ec819f42 |
UHC | 浴덂ⅹ耶쁟B | 1110100110110001100010001110010110100101101010101110010110101101100110000110001101000010 | e9b188e5a5aae5ad986342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)