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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遑晁クエ裘 | 1110011110100001100111011110100010111000101101001110010111100010 | e7a19de8b8b4e5e2 |
EUC-JP | 遑晁クエ裘 | 11101110101000111101101011101010100011101011100010001110101101001110101011100100 | eea3daea8eb88eb4eae4 |
UTF-8 | 遑晁クエ裘 | 111010011000000110010001111001101001100110000001111011111011110110111000111011111011110110110100111010001010001110011000 | e98191e69981efbdb8efbdb4e8a398 |
UHC | 遑晁??? | 11111100110110101111000011000101001111110011111100111111 | fcdaf0c53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)