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 | ?????M] | 00111111001111110011111100111111001111110100110101011101 | 3f3f3f3f3f4d5d |
SJIS-WIN | 巐ェ巐麗亞M] | 1111101010110110101010101111101010110110100101111110110110011000101100010100110101011101 | fab6aafab697ed98b14d5d |
EUC-JP | 巐ェ巐麗亞M] | 1000111110111011111110011000111010101010100011111011101111111001110011101110111111010000101100110100110101011101 | 8fbbf98eaa8fbbf9ceefd0b34d5d |
UTF-8 | 巐ェ巐麗亞M] | 1110010110110111100100001110111110111101101010101110010110110111100100001110100110111010100101111110010010111010100111100100110101011101 | e5b790efbdaae5b790e9ba97e4ba9e4d5d |
UHC | ???麗亞M] | 001111110011111100111111110101011111001011100100101011000100110101011101 | 3f3f3fd5f2e4ac4d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)