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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驫帚握譌 | 1110100110001010100110111110001010001000101011001110011010010111 | e98a9be288ace697 |
EUC-JP | 驫帚握譌 | 1111000111101010110101101110010010110000101011101110101111110111 | f1ead6e4b0aeebf7 |
UTF-8 | 驫帚握譌 | 111010011010100110101011111001011011100010011010111001101000111110100001111010001010110110001100 | e9a9abe5b89ae68fa1e8ad8c |
UHC | ??握? | 0011111100111111111001001100010000111111 | 3f3fe4c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)