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 | ????gh | 001111110011111100111111001111110110011101101000 | 3f3f3f3f6768 |
SJIS-WIN | ?班??gh | 00111111100101001100011100111111001111110110011101101000 | 3f94c73f3f6768 |
EUC-JP | ?班??gh | 00111111110010001100100100111111001111110110011101101000 | 3fc8c93f3f6768 |
UTF-8 | 뤶班힘렔gh | 1110101110100100101101101110011110001111101011011110110110011110100110001110101110100000100101000110011101101000 | eba4b6e78faded9e98eba0946768 |
UHC | 뤶班힘렔gh | 10001111111001001101101011101100110010001111101110001110101010010110011101101000 | 8fe4daecc8fb8ea96768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)