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 | 娠??? | 1001000001010000001111110011111100111111 | 90503f3f3f |
EUC-JP | 娠??? | 1011111110110001001111110011111100111111 | bfb13f3f3f |
UTF-8 | 娠릩꽗緣 | 111001011010100010100000111010111010011010101001111010101011110110010111111001111011011110100011 | e5a8a0eba6a9eabd97e7b7a3 |
UHC | 娠릩꽗緣 | 1110001111100011100100001000101110000100101001101110011011011110 | e3e3908b84a6e6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)