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 | âµõ½ÒýÝÜ | 1110001010110101111101011011110111010010111111011101110111011100 | e2b5f5bdd2fddddc |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | â?õ?ÒýÝÜ | 1000111110101011101001000011111110001111101010111101100000111111100011111010101011010010100011111010101111110010100011111010101011110010100011111010101011100100 | 8faba43f8fabd83f8faad28fabf28faaf28faae4 |
UTF-8 | âµõ½ÒýÝÜ | 11000011101000101100001010110101110000111011010111000010101111011100001110010010110000111011110111000011100111011100001110011100 | c3a2c2b5c3b5c2bdc392c3bdc39dc39c |
UHC | ???½???? | 001111110011111100111111101010001111011000111111001111110011111100111111 | 3f3f3fa8f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)