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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?ぁ悠オ〓^ | 00111111100000101001111110010111010010011000001101001001100000011010110001011110 | 3f829f9749834981ac5e |
EUC-JP | ?ぁ悠オ〓^ | 00111111101001001010000111001101101010101010010110101010101000101010111001011110 | 3fa4a1cdaaa5aaa2ae5e |
UTF-8 | 룶ぁ悠オ〓^ | 11101011101000111011011011100011100000011000000111100110100000101010000011100011100000101010101011100011100000001001001101011110 | eba3b6e38181e682a0e382aae380935e |
UHC | 룶ぁ悠オ〓^ | 1000111110101011101010101010000111101010111011011010101110101010101000011110101101011110 | 8fabaaa1eaedabaaa1eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)