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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 席遜率^ | 10010000110010001001000110111011100101111010011001011110 | 90c891bb97a65e |
EUC-JP | 席遜率^ | 11000000110010101100001010111101110011101010100001011110 | c0cac2bdcea85e |
UTF-8 | 席遜率^ | 11100101101110001010110111101001100000011001110011100111100011101000011101011110 | e5b8ade9819ce78e875e |
UHC | 席遜率^ | 11100000101011001110000111100001111000011110001101011110 | e0ace1e1e1e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)