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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 髱Ф}髱Ф{^ | 1110100110011101100001000101010101111101111010011001110110000100010101010111101101011110 | e99d84557de99d84557b5e |
EUC-JP | 髱Ф}髱Ф{^ | 1111000111111101101001111011011001111101111100011111110110100111101101100111101101011110 | f1fda7b67df1fda7b67b5e |
UTF-8 | 髱Ф}髱Ф{^ | 11101001101010111011000111010000101001000111110111101001101010111011000111010000101001000111101101011110 | e9abb1d0a47de9abb1d0a47b5e |
UHC | ?Ф}?Ф{^ | 001111111010110010110110011111010011111110101100101101100111101101011110 | 3facb67d3facb67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)