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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 昊}昊{^ | 10011101110111010111110110011101110111010111101101011110 | 9ddd7d9ddd7b5e |
EUC-JP | 昊}昊{^ | 11011010110111110111110111011010110111110111101101011110 | dadf7ddadf7b5e |
UTF-8 | 昊}昊{^ | 111001101001100010001010011111011110011010011000100010100111101101011110 | e6988a7de6988a7b5e |
UHC | 昊}昊{^ | 11111011110001000111110111111011110001000111101101011110 | fbc47dfbc47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)