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 | 猗[猗[^ | 1110000011000110111100001011010001011011111000001100011011110000101101000101101101011110 | e0c6f0b45be0c6f0b45b5e |
EUC-JP | 猗?[猗?[^ | 111000001100100000111111010110111110000011001000001111110101101101011110 | e0c83f5be0c83f5b5e |
UTF-8 | 猗[猗[^ | 111001111000110010010111111011101000000110110011010110111110011110001100100101111110111010000001101100110101101101011110 | e78c97ee81b35be78c97ee81b35b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)