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 | 賰抵セ樶幡 | 111110111010110110010010111011111011111010011110111011101001010010100110 | fbad92efbe9eee94a6 |
EUC-JP | 賰抵セ樶幡 | 1000111111011111101110011100010011110001100011101011111011011100111100001100100010101000 | 8fdfb9c4f18ebedcf0c8a8 |
UTF-8 | 賰抵セ樶幡 | 111010001011001110110000111001101000101010110101111011111011110110111110111001101010100010110110111001011011100110100001 | e8b3b0e68ab5efbdbee6a8b6e5b9a1 |
UHC | ?抵??幡 | 00111111111011101011110100111111001111111101101111011111 | 3feebd3f3fdbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)