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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 庸??逸?] | 1001011101100110001111110011111110001000111011010011111101011101 | 97663f3f88ed3f5d |
EUC-JP | 庸??逸?] | 1100110111000111001111110011111110110000111011110011111101011101 | cdc73f3fb0ef3f5d |
UTF-8 | 庸뉗옚逸텿] | 11100101101110101011100011101011100010011001011111101100100110001001101011101001100000001011100011101101100001011011111101011101 | e5bab8eb8997ec989ae980b8ed85bf5d |
UHC | 庸뉗옚逸텿] | 1110100110111100100001111110110010011110100111101110110011101111101101110101000101011101 | e9bc87ec9e9eecefb7515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)