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 | ?????A?G | 0011111100111111001111110011111100111111010000010011111101000111 | 3f3f3f3f3f413f47 |
SJIS-WIN | ?????A?G | 0011111100111111001111110011111100111111010000010011111101000111 | 3f3f3f3f3f413f47 |
EUC-JP | ?????A?G | 0011111100111111001111110011111100111111010000010011111101000111 | 3f3f3f3f3f413f47 |
UTF-8 | 채혶혧챠혧A책G | 1110110010110001100001001110110110011000101101101110110110011000101001111110110010110001101000001110110110011000101001110100000111101100101100011000010101000111 | ecb184ed98b6ed98a7ecb1a0ed98a741ecb18547 |
UHC | 채혶혧챠혧A책G | 1100001110100100110000101001110111000010100011111100001110101101110000101000111101000001110000111010010101000111 | c3a4c29dc28fc3adc28f41c3a547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)