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 | 芍ャェ菩 | 11100100100010011000001110000011101010101001010111101100 | e4898383aa95ec |
EUC-JP | 芍ャェ菩 | 1110011111101001101001011110001110001110101010101100101011101110 | e7e9a5e38eaacaee |
UTF-8 | 芍ャェ菩 | 111010001000101010001101111000111000001110100011111011111011110110101010111010001000111110101001 | e88a8de383a3efbdaae88fa9 |
UHC | 芍ャ?菩 | 11101101110010111010101111100011001111111101110011001100 | edcbabe33fdccc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)