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 | 陂顔ウイ | 111010001001100010001010111001111011001110110010 | e8988ae7b3b2 |
EUC-JP | 陂顔ウイ | 1110111111111000101101001110100110001110101100111000111010110010 | eff8b4e98eb38eb2 |
UTF-8 | 陂顔ウイ | 111010011001100110000010111010011010000110010100111011111011110110110011111011111011110110110010 | e99982e9a194efbdb3efbdb2 |
UHC | 陂顔?? | 111110011010111011100100110101000011111100111111 | f9aee4d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)