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 | ハ邇ス蒔 | 1111000111101000110010101110011110001110101111011000111010101010 | f1e8cae78ebd8eaa |
EUC-JP | ?ハ邇ス蒔 | 001111111000111011001010111011011110111010001110101111011011110010101100 | 3f8ecaedee8ebdbcac |
UTF-8 | ハ邇ス蒔 | 111011101000010110100011111011111011111010001010111010011000001010000111111011111011110110111101111010001001001010010100 | ee85a3efbe8ae98287efbdbde89294 |
UHC | ??邇?蒔 | 00111111001111111110110011000100001111111110001111001000 | 3f3fecc43fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)