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 | º@º» | 1001000110111010100100100100000010010001101110101001000110111011 | 91ba924091ba91bb |
SJIS-WIN | ???@???? | 0011111100111111001111110100000000111111001111110011111100111111 | 3f3f3f403f3f3f3f |
EUC-JP | ?º?@?º?? | 001111111000111110100010111010110011111101000000001111111000111110100010111010110011111100111111 | 3f8fa2eb3f403f8fa2eb3f3f |
UTF-8 | º@º» | 110000101001000111000010101110101100001010010010010000001100001010010001110000101011101011000010100100011100001010111011 | c291c2bac29240c291c2bac291c2bb |
UHC | ?º?@?º?? | 00111111101010001010110000111111010000000011111110101000101011000011111100111111 | 3fa8ac3f403fa8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)