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 | ?λ?? | 0011111110000011110010010011111100111111 | 3f83c93f3f |
EUC-JP | ?λ?? | 0011111110100110110010110011111100111111 | 3fa6cb3f3f |
UTF-8 | 若λ젌閭 | 1110111110100101101101001100111010111011111011001010000010001100111011111010011010000110 | efa5b4cebbeca08cefa686 |
UHC | 若λ젌閭 | 1110010110101110101001011110101110100000100011011110011010101101 | e5aea5eba08de6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)