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 | ?G???J? | 00111111010001110011111100111111001111110100101000111111 | 3f473f3f3f4a3f |
SJIS-WIN | ?G???J? | 00111111010001110011111100111111001111110100101000111111 | 3f473f3f3f4a3f |
EUC-JP | ?G???J? | 00111111010001110011111100111111001111110100101000111111 | 3f473f3f3f4a3f |
UTF-8 | 책G혧채혙J채 | 1110110010110001100001010100011111101101100110001010011111101100101100011000010011101101100110001001100101001010111011001011000110000100 | ecb18547ed98a7ecb184ed98994aecb184 |
UHC | 책G혧채혙J채 | 110000111010010101000111110000101000111111000011101001001100001010000100010010101100001110100100 | c3a547c28fc3a4c2844ac3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)