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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 矗i外蓆∞ | 11100001110111101000001010001001100010100100111111100100111011001000000110000111 | e1de82898a4fe4ec8187 |
EUC-JP | 矗i外蓆∞ | 11100010111000001010001111101001101100111011000011101000111011101010000111100111 | e2e0a3e9b3b0e8eea1e7 |
UTF-8 | 矗i外蓆∞ | 111001111001111110010111111011111011110110001001111001011010010010010110111010001001001110000110111000101000100010011110 | e79f97efbd89e5a496e89386e2889e |
UHC | 矗i外蓆∞ | 11110101101110001010001111101001111010001110001011100000101101101010000111000100 | f5b8a3e9e8e2e0b6a1c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)