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 | 達脱達脱^ | 100100100100001010010010010001011001001001000010100100100100010101011110 | 92429245924292455e |
EUC-JP | 達脱達脱^ | 110000111010001111000011101001101100001110100011110000111010011001011110 | c3a3c3a6c3a3c3a65e |
UTF-8 | 達脱達脱^ | 11101001100000011001010011101000100001001011000111101001100000011001010011101000100001001011000101011110 | e98194e884b1e98194e884b15e |
UHC | 達?達?^ | 11010011101110010011111111010011101110010011111101011110 | d3b93fd3b93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)