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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 浴?ⅹ耶?E | 100101111000000100111111111110100100100110010110111010110011111101000101 | 97813ffa4996eb3f45 |
EUC-JP | 浴??耶?E | 1100110111100001001111110011111111001100111011010011111101000101 | cde13f3fcced3f45 |
UTF-8 | 浴덂ⅹ耶쁒E | 11100110101101011011010011101011100011011000001011100010100001011011100111101000100000001011011011101100100000011001001001000101 | e6b5b4eb8d82e285b9e880b6ec819245 |
UHC | 浴덂ⅹ耶쁒E | 1110100110110001100010001110010110100101101010101110010110101101100110000101001001000101 | e9b188e5a5aae5ad985245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)