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 | 達狸達狸^ | 100100100100001010010010010010111001001001000010100100100100101101011110 | 9242924b9242924b5e |
EUC-JP | 達狸達狸^ | 110000111010001111000011101011001100001110100011110000111010110001011110 | c3a3c3acc3a3c3ac5e |
UTF-8 | 達狸達狸^ | 11101001100000011001010011100111100010111011100011101001100000011001010011100111100010111011100001011110 | e98194e78bb8e98194e78bb85e |
UHC | 達狸達狸^ | 110100111011100111010111111000011101001110111001110101111110000101011110 | d3b9d7e1d3b9d7e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)