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 | 魵ヨ鑅ッ | 111111000100000111010110111110111110011010101111 | fc41d6fbe6af |
EUC-JP | 魵ヨ鑅ッ | 10001111111010101100110110001110110101101000111111100101111010101000111010101111 | 8feacd8ed68fe5ea8eaf |
UTF-8 | 魵ヨ鑅ッ | 111010011010110110110101111011111011111010010110111010011001000110000101111011111011110110101111 | e9adb5efbe96e99185efbdaf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)