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 | ??\?? | 0011111100111111010111000011111100111111 | 3f3f5c3f3f |
SJIS-WIN | ??\?? | 0011111100111111010111000011111100111111 | 3f3f5c3f3f |
EUC-JP | ??\?? | 0011111100111111010111000011111100111111 | 3f3f5c3f3f |
UTF-8 | 횄짢\횂혧 | 11101101100110101000010011101100101001111010001001011100111011011001101010000010111011011001100010100111 | ed9a84eca7a25ced9a82ed98a7 |
UHC | 횄짢\횂혧 | 110000111000001111000010101010000101110011000011100000101100001010001111 | c383c2a85cc382c28f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)