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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 而悉 | 11110000101011001000111010100111111100001011010110001110101110111111000010110100 | f0ac8ea7f0b58ebbf0b4 |
EUC-JP | ?而?悉? | 00111111101111001010100100111111101111001011110100111111 | 3fbca93fbcbd3f |
UTF-8 | 而悉 | 111011101000000110101011111010001000000010001100111011101000000110110100111001101000001010001001111011101000000110110011 | ee81abe8808cee81b4e68289ee81b3 |
UHC | ?而?悉? | 00111111111011001011101100111111111000111111101000111111 | 3fecbb3fe3fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)