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 | 錫}錫{^ | 10001110111000000111110110001110111000000111101101011110 | 8ee07d8ee07b5e |
EUC-JP | 錫}錫{^ | 10111100111000100111110110111100111000100111101101011110 | bce27dbce27b5e |
UTF-8 | 錫}錫{^ | 111010011000110010101011011111011110100110001100101010110111101101011110 | e98cab7de98cab7b5e |
UHC | 錫}錫{^ | 11100000101110000111110111100000101110000111101101011110 | e0b87de0b87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)