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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 邂陽邂陽B | 111001111010111010010111011110101110011110101110100101110111101001000010 | e7ae977ae7ae977a42 |
EUC-JP | 邂陽邂陽B | 111011101011000011001101110110111110111010110000110011011101101101000010 | eeb0cddbeeb0cddb42 |
UTF-8 | 邂陽邂陽B | 11101001100000101000001011101001100110011011110111101001100000101000001011101001100110011011110101000010 | e98282e999bde98282e999bd42 |
UHC | 邂陽邂陽B | 111110101011001111100101110101011111101010110011111001011101010101000010 | fab3e5d5fab3e5d542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)