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 | 襪九脅繖 | 1110011001000011100010111110001110001011101110101110001110000100 | e6438be38bbae384 |
EUC-JP | 襪九脅繖 | 1110101110100100101101101110010110110110101111001110010111100100 | eba4b6e5b6bce5e4 |
UTF-8 | 襪九脅繖 | 111010001010010110101010111001001011100110011101111010001000010010000101111001111011100110010110 | e8a5aae4b99de88485e7b996 |
UHC | 襪九脅? | 11011000110010101100111011111010111110101111011000111111 | d8cacefafaf63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)