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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | エ骼ョ蒔 | 1111000010110101101101001110100110001110101011101000111010101010 | f0b5b4e98eae8eaa |
EUC-JP | ?エ骼ョ蒔 | 001111111000111010110100111100011110111010001110101011101011110010101100 | 3f8eb4f1ee8eaebcac |
UTF-8 | エ骼ョ蒔 | 111011101000000110110100111011111011110110110100111010011010101010111100111011111011110110101110111010001001001010010100 | ee81b4efbdb4e9aabcefbdaee89294 |
UHC | ????蒔 | 001111110011111100111111001111111110001111001000 | 3f3f3f3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)