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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蕈緒宗蕭 | 1110010011111100100011111000111110001111010000001110010101001010 | e4fc8f8f8f40e54a |
EUC-JP | 蕈緒宗蕭 | 1110100011111110101111011110111110111101101000011110100110101011 | e8febdefbda1e9ab |
UTF-8 | 蕈緒宗蕭 | 111010001001010110001000111001111011011110010010111001011010111010010111111010001001010110101101 | e89588e7b792e5ae97e895ad |
UHC | ??宗蕭 | 001111110011111111110000111100111110000111001011 | 3f3ff0f3e1cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)