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 | 萸?た維? | 1110010011001110001111111000001010111101100010001101101100111111 | e4ce3f82bd88db3f |
EUC-JP | 萸?た維? | 1110100011010000001111111010010010111111101100001101110100111111 | e8d03fa4bfb0dd3f |
UTF-8 | 萸묐た維밄 | 111010001001000010111000111010111010110010010000111000111000000110011111111001111011011010101101111010111011000010000100 | e890b8ebac90e3819fe7b6adebb084 |
UHC | 萸묐た維밄 | 11101011101011011001000111101011101010101011111111101011101010111001001101000010 | ebad91ebaabfebab9342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)