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 | 阮ィ邨門シ | 1110100010010110101010001110011110110101100101101110010110111100 | e896a8e7b596e5bc |
EUC-JP | 阮ィ邨門シ | 11101111111101101000111010101000111011101011011111001100111001111000111010111100 | eff68ea8eeb7cce78ebc |
UTF-8 | 阮ィ邨門シ | 111010011001100010101110111011111011110110101000111010011000001010101000111010011001011010000000111011111011110110111100 | e998aeefbda8e982a8e99680efbdbc |
UHC | 阮?邨門? | 1110100011010110001111111111010110111110110110101010011000111111 | e8d63ff5bedaa63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)