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 | ³Òáç\ | 1011001111010010111000011110011101011100 | b3d2e1e75c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ?Òáç\ | 0011111110001111101010101101001010001111101010111010000110001111101010111010111001011100 | 3f8faad28faba18fabae5c |
UTF-8 | ³Òáç\ | 110000101011001111000011100100101100001110100001110000111010011101011100 | c2b3c392c3a1c3a75c |
UHC | ³???\ | 101010011111100000111111001111110011111101011100 | a9f83f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)