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 | ??[? | 00111111001111110101101100111111 | 3f3f5b3f |
SJIS-WIN | 釭鹿[ | 11111011101111011000111010101101010110111111000010110110 | fbbd8ead5bf0b6 |
EUC-JP | 釭鹿[? | 10001111111000111010111110111100101011110101101100111111 | 8fe3afbcaf5b3f |
UTF-8 | 釭鹿[ | 11101001100001111010110111101001101110011011111101011011111011101000000110110101 | e987ade9b9bf5bee81b5 |
UHC | ?鹿[? | 0011111111010110111000110101101100111111 | 3fd6e35b3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)