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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 鐔¥洲{d | 1110100001011100100000011000111110001111010001100111101101100100 | e85c818f8f467b64 |
EUC-JP | 鐔¥洲{d | 1110111110111101101000011110111110111101101001110111101101100100 | efbda1efbda77b64 |
UTF-8 | 鐔¥洲{d | 1110100110010000100101001110111110111111101001011110011010110100101100100111101101100100 | e99094efbfa5e6b4b27b64 |
UHC | ?¥洲{d | 00111111101000011100110111110001101111010111101101100100 | 3fa1cdf1bd7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)