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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 淅箘}淅箘{^ | 1001111111000110111000101010111001111101100111111100011011100010101011100111101101011110 | 9fc6e2ae7d9fc6e2ae7b5e |
EUC-JP | 淅箘}淅箘{^ | 1101111011001000111001001011000001111101110111101100100011100100101100000111101101011110 | dec8e4b07ddec8e4b07b5e |
UTF-8 | 淅箘}淅箘{^ | 111001101011011110000101111001111010111010011000011111011110011010110111100001011110011110101110100110000111101101011110 | e6b785e7ae987de6b785e7ae987b5e |
UHC | 淅?}淅?{^ | 111000001011001000111111011111011110000010110010001111110111101101011110 | e0b23f7de0b23f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)