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 | ???Ea]H | 00111111001111110011111101000101011000010101110101001000 | 3f3f3f45615d48 |
SJIS-WIN | ??縟Ea]H | 0011111100111111111000110111010001000101011000010101110101001000 | 3f3fe37445615d48 |
EUC-JP | ??縟Ea]H | 0011111100111111111001011101010101000101011000010101110101001000 | 3f3fe5d545615d48 |
UTF-8 | 쐛숰縟Ea]H | 11101100100100001001101111101100100010001011000011100111101110001001111101000101011000010101110101001000 | ec909bec88b0e7b89f45615d48 |
UHC | 쐛숰縟Ea]H | 10011100100000011001101001001000111010011011001001000101011000010101110101001000 | 9c819a48e9b245615d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)