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?} | 00111111011011110011111101111101 | 3f6f3f7d |
SJIS-WIN | ?o?} | 00111111011011110011111101111101 | 3f6f3f7d |
EUC-JP | ?o?} | 00111111011011110011111101111101 | 3f6f3f7d |
UTF-8 | 뾑o뾑} | 1110101110111110100100010110111111101011101111101001000101111101 | ebbe916febbe917d |
UHC | 뾑o뾑} | 100101110100111101101111100101110100111101111101 | 974f6f974f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)