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 | 紜祉ャ裝 | 11100011010000011000111010000011101011001110010111100100 | e3418e83ace5e4 |
EUC-JP | 紜祉ャ裝 | 1110010110100010101110111110001110001110101011001110101011100110 | e5a2bbe38eaceae6 |
UTF-8 | 紜祉ャ裝 | 111001111011010010011100111001111010010110001001111011111011110110101100111010001010001110011101 | e7b49ce7a589efbdace8a39d |
UHC | ?祉?裝 | 001111111111001010110011001111111110110111111011 | 3ff2b33fedfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)