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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 憇糜氣B | 10011100110110101110001011110100100111111000011001000010 | 9cdae2f49f8642 |
EUC-JP | 憇糜氣B | 11011000110111001110010011110110110111011110011001000010 | d8dce4f6dde642 |
UTF-8 | 憇糜氣B | 11100110100001101000011111100111101100111001110011100110101100001010001101000010 | e68687e7b39ce6b0a342 |
UHC | ??氣B | 0011111100111111110100011010100001000010 | 3f3fd1a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)