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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ンモ焦ュ | 1101110111010011100011111100010110101101 | ddd38fc5ad |
EUC-JP | ンモ焦ュ | 1000111011011101100011101101001110111110110001111000111010101101 | 8edd8ed3bec78ead |
UTF-8 | ンモ焦ュ | 111011111011111010011101111011111011111010010011111001111000010010100110111011111011110110101101 | efbe9defbe93e784a6efbdad |
UHC | ??焦? | 0011111100111111111101011010010100111111 | 3f3ff5a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)