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 | 跖∫悉跖 | 1110011011101000100000011110011110001110101110111110011011101000 | e6e881e78ebbe6e8 |
EUC-JP | 跖∫悉跖 | 1110110011101010101000101110100110111100101111011110110011101010 | eceaa2e9bcbdecea |
UTF-8 | 跖∫悉跖 | 111010001011011110010110111000101000100010101011111001101000001010001001111010001011011110010110 | e8b796e288abe68289e8b796 |
UHC | ?∫悉? | 001111111010000111110010111000111111101000111111 | 3fa1f2e3fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)