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 | 辱⣠| 111010001011111010110001111000101001000110100011 | e8beb1e291a3 |
SJIS-WIN | ??±??£ | 0011111100111111100000010111110100111111001111111000000110010010 | 3f3f817d3f3f8192 |
EUC-JP | �� | 100011111010101110110010001111111010000111011110100011111010101110100100001111111010000111110010 | 8fabb23fa1de8faba43fa1f2 |
UTF-8 | 辱⣠| 110000111010100011000010101111101100001010110001110000111010001011000010100100011100001010100011 | c3a8c2bec2b1c3a2c291c2a3 |
UHC | ?¾±??? | 0011111110101000111110101010000110111110001111110011111100111111 | 3fa8faa1be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)