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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?λ? | 0011111110000011110010011000000101001000 | 3f83c98148 |
EUC-JP | 庾λ? | 10001111101111001100111010100110110010111010000110101001 | 8fbccea6cba1a9 |
UTF-8 | 庾λ? | 1110010110111010101111101100111010111011111011111011110010011111 | e5babecebbefbc9f |
UHC | 庾λ? | 111010101110110010100101111010111010001110111111 | eaeca5eba3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)