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 | ミ晴オ | 111100011111101011010000111110101101100010110101 | f1fad0fad8b5 |
EUC-JP | ?ミ?オ | 001111111000111011010000001111111000111010110101 | 3f8ed03f8eb5 |
UTF-8 | ミ晴オ | 111011101000010110110101111011111011111010010000111011111010100010010010111011111011110110110101 | ee85b5efbe90efa892efbdb5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)