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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 邵漂邵秒E | 111001111011100010010101010110011110011110111000100101010110001001000101 | e7b89559e7b8956245 |
EUC-JP | 邵漂邵秒E | 111011101011101011001001101110101110111010111010110010011100001101000101 | eebac9baeebac9c345 |
UTF-8 | 邵漂邵秒E | 11101001100000101011010111100110101111001000001011101001100000101011010111100111101001111001001001000101 | e982b5e6bc82e982b5e7a79245 |
UHC | 邵漂邵秒E | 111000011101000011111000111101111110000111010000111101011010100101000101 | e1d0f8f7e1d0f5a945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)