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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 綣禦6B | 11100011010110111000101110011010100000100101010101000010 | e35b8b9a825542 |
EUC-JP | 綣禦6B | 11100101101111001011010111111010101000111011011001000010 | e5bcb5faa3b642 |
UTF-8 | 綣禦6B | 11100111101101101010001111100111101001101010011011101111101111001001011001000010 | e7b6a3e7a6a6efbc9642 |
UHC | ?禦6B | 001111111110010111011101101000111011011001000010 | 3fe5dda3b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)