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 | 鬣底ケ作勘 | 111010011010010110010010111010101011100110001101111011001000101010101000 | e9a592eab98dec8aa8 |
EUC-JP | 鬣底ケ作勘 | 11110010101001111100010011101100100011101011100110111010111011101011010010101010 | f2a7c4ec8eb9baeeb4aa |
UTF-8 | 鬣底ケ作勘 | 111010011010110010100011111001011011101010010101111011111011110110111001111001001011110110011100111001011000101110011000 | e9aca3e5ba95efbdb9e4bd9ce58b98 |
UHC | ?底?作勘 | 0011111111101110101111000011111111101101110000101100101011101011 | 3feebc3fedc2caeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)