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 | ミ棏鉤ウ | 1111000010101111110100001111101011100111111001111110101010110011 | f0afd0fae7e7eab3 |
EUC-JP | ?ミ棏鉤ウ | 00111111100011101101000010001111110000111111111011101110111011001000111010110011 | 3f8ed08fc3feeeec8eb3 |
UTF-8 | ミ棏鉤ウ | 111011101000000110101110111011111011111010010000111001101010001110001111111010011000100110100100111011111011110110110011 | ee81aeefbe90e6a38fe989a4efbdb3 |
UHC | ???鉤? | 001111110011111100111111110011111100100100111111 | 3f3f3fcfc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)