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 | ????@ | 0011111100111111001111110011111101000000 | 3f3f3f3f40 |
SJIS-WIN | ?兪??@ | 001111111001100101100000001111110011111101000000 | 3f99603f3f40 |
EUC-JP | ?兪??@ | 001111111101000111000001001111110011111101000000 | 3fd1c13f3f40 |
UTF-8 | 렱兪렱설@ | 11101011101000001011000111100101100001011010101011101011101000001011000111101100100001001010010001000000 | eba0b1e585aaeba0b1ec84a440 |
UHC | 렱兪렱설@ | 100011101011111011101010111001001000111010111110101111001011001101000000 | 8ebeeae48ebebcb340 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)