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 | 阮翫o鄙雎 | 11101000100101101000101011100011100000101000111111100111101111111110100010110001 | e8968ae3828fe7bfe8b1 |
EUC-JP | 阮翫o鄙雎 | 11101111111101101011010011100101101000111110111111101110110000011111000010110011 | eff6b4e5a3efeec1f0b3 |
UTF-8 | 阮翫o鄙雎 | 111010011001100010101110111001111011111110101011111011111011110110001111111010011000010010011001111010011001101110001110 | e998aee7bfabefbd8fe98499e99b8e |
UHC | 阮翫o鄙雎 | 11101000110101101110100011010001101000111110111111011110101010011110111011010001 | e8d6e8d1a3efdea9eed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)