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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?姻? | 00111111100010001111011100111111 | 3f88f73f |
EUC-JP | ?姻棅 | 001111111011000011111001100011111100001111111011 | 3fb0f98fc3fb |
UTF-8 | 젊姻棅 | 111011001010000010001010111001011010011110111011111001101010001110000101 | eca08ae5a7bbe6a385 |
UHC | 젊姻棅 | 110000001111111011101100110110001101110010111000 | c0feecd8dcb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)