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 | ΝΜ}ΝΜ{^ | 1000001110101011100000111010101001111101100000111010101110000011101010100111101101011110 | 83ab83aa7d83ab83aa7b5e |
EUC-JP | ΝΜ}ΝΜ{^ | 1010011010101101101001101010110001111101101001101010110110100110101011000111101101011110 | a6ada6ac7da6ada6ac7b5e |
UTF-8 | ΝΜ}ΝΜ{^ | 1100111010011101110011101001110001111101110011101001110111001110100111000111101101011110 | ce9dce9c7dce9dce9c7b5e |
UHC | ΝΜ}ΝΜ{^ | 1010010111001101101001011100110001111101101001011100110110100101110011000111101101011110 | a5cda5cc7da5cda5cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)