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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 狢羆[狢羆[^ | 1110000011000000111000111010111101011011111000001100000011100011101011110101101101011110 | e0c0e3af5be0c0e3af5b5e |
EUC-JP | 狢羆[狢羆[^ | 1110000011000010111001101011000101011011111000001100001011100110101100010101101101011110 | e0c2e6b15be0c2e6b15b5e |
UTF-8 | 狢羆[狢羆[^ | 111001111000101110100010111001111011111010000110010110111110011110001011101000101110011110111110100001100101101101011110 | e78ba2e7be865be78ba2e7be865b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)