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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 円??] | 1000100101111110001111110011111101011101 | 897e3f3f5d |
EUC-JP | 円??] | 1011000111011111001111110011111101011101 | b1df3f3f5d |
UTF-8 | 円븍젵] | 11100101100001101000011011101011101110001000110111101100101000001011010101011101 | e58686ebb88deca0b55d |
UHC | 円븍젵] | 11100101111101111011101011101011101000001010100101011101 | e5f7baeba0a95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)