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 | ヤ靄ⅱオ | 1111000111101100110101001110100011001001111110100100000110110101 | f1ecd4e8c9fa41b5 |
EUC-JP | ?ヤ靄?オ | 0011111110001110110101001111000011001011001111111000111010110101 | 3f8ed4f0cb3f8eb5 |
UTF-8 | ヤ靄ⅱオ | 111011101000010110100111111011111011111010010100111010011001110110000100111000101000010110110001111011111011110110110101 | ee85a7efbe94e99d84e285b1efbdb5 |
UHC | ??靄ⅱ? | 00111111001111111110010011110111101001011010001000111111 | 3f3fe4f7a5a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)