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 | ?λ?沃 | 001111111000001111001001001111111001011110000000 | 3f83c93f9780 |
EUC-JP | ?λ?沃 | 001111111010011011001011001111111100110111100000 | 3fa6cb3fcde0 |
UTF-8 | 若λ젌沃 | 1110111110100101101101001100111010111011111011001010000010001100111001101011001010000011 | efa5b4cebbeca08ce6b283 |
UHC | 若λ젌沃 | 1110010110101110101001011110101110100000100011011110100010101010 | e5aea5eba08de8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)