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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 弟?弟?^ | 10010010111011010011111110010010111011010011111101011110 | 92ed3f92ed3f5e |
EUC-JP | 弟琁弟琁^ | 1100010011101111100011111100110010100011110001001110111110001111110011001010001101011110 | c4ef8fcca3c4ef8fcca35e |
UTF-8 | 弟琁弟琁^ | 11100101101111001001111111100111100100001000000111100101101111001001111111100111100100001000000101011110 | e5bc9fe79081e5bc9fe790815e |
UHC | 弟琁弟琁^ | 111100001010100111100000110001001111000010101001111000001100010001011110 | f0a9e0c4f0a9e0c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)