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 | 搖?:亦 | 10011101100010100011111110000001010001101001011010010010 | 9d8a3f81469692 |
EUC-JP | 搖?:亦 | 11011001111010100011111110100001101001111100101111110010 | d9ea3fa1a7cbf2 |
UTF-8 | 搖㎩:亦 | 111001101001000010010110111000111000111010101001111011111011110010011010111001001011101010100110 | e69096e38ea9efbc9ae4baa6 |
UHC | 搖㎩:亦 | 1110100011110100101001111110010110100011101110101110011010110010 | e8f4a7e5a3bae6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)