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 | ?o?? | 00111111011011110011111100111111 | 3f6f3f3f |
SJIS-WIN | ?o?? | 00111111011011110011111100111111 | 3f6f3f3f |
EUC-JP | ?o?? | 00111111011011110011111100111111 | 3f6f3f3f |
UTF-8 | 찼o혯체 | 11101100101100001011110001101111111011011001100010101111111011001011001010110100 | ecb0bc6fed98afecb2b4 |
UHC | 찼o혯체 | 11000011101000010110111111000010100101101100001110111100 | c3a16fc296c3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)