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 | 邁誹摺浯 | 1110011110110000100101001110111010010000101000001111101011111100 | e7b094ee90a0fafc |
EUC-JP | 邁誹摺浯 | 111011101011001011001000111100001100000010100010100011111100011111000011 | eeb2c8f0c0a28fc7c3 |
UTF-8 | 邁誹摺浯 | 111010011000001010000001111010001010101010111001111001101001000110111010111001101011010110101111 | e98281e8aab9e691bae6b5af |
UHC | 邁誹摺? | 11011000111001001101111010100110111011111100100100111111 | d8e4dea6efc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)