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 | H[ä· | 1001001001001000100100011001111110010010010110111110010010110111 | 9248919f925be4b7 |
SJIS-WIN | ?H???[?? | 0011111101001000001111110011111100111111010110110011111100111111 | 3f483f3f3f5b3f3f |
EUC-JP | ?H???[ä? | 00111111010010000011111100111111001111110101101110001111101010111010001100111111 | 3f483f3f3f5b8faba33f |
UTF-8 | H[ä· | 1100001010010010010010001100001010010001110000101001111111000010100100100101101111000011101001001100001010110111 | c29248c291c29fc2925bc3a4c2b7 |
UHC | ?H???[?· | 001111110100100000111111001111110011111101011011001111111010000110100100 | 3f483f3f3f5b3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)