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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蝴エム雅ウオ | 1110010110011010101101001101000110001001111010111011001110110101 | e59ab4d189ebb3b5 |
EUC-JP | 蝴エム雅ウオ | 111010011111101010001110101101001000111011010001101100101110110110001110101100111000111010110101 | e9fa8eb48ed1b2ed8eb38eb5 |
UTF-8 | 蝴エム雅ウオ | 111010001001110110110100111011111011110110110100111011111011111010010001111010011001101110000101111011111011110110110011111011111011110110110101 | e89db4efbdb4efbe91e99b85efbdb3efbdb5 |
UHC | 蝴??雅?? | 1111101111011101001111110011111111100100101110100011111100111111 | fbdd3f3fe4ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)