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 | ?姻?? | 0011111110001000111101110011111100111111 | 3f88f73f3f |
EUC-JP | ?姻棅? | 00111111101100001111100110001111110000111111101100111111 | 3fb0f98fc3fb3f |
UTF-8 | 젊姻棅젊 | 111011001010000010001010111001011010011110111011111001101010001110000101111011001010000010001010 | eca08ae5a7bbe6a385eca08a |
UHC | 젊姻棅젊 | 1100000011111110111011001101100011011100101110001100000011111110 | c0feecd8dcb8c0fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)