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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 釭宍[釭宍[^ | 1111101110111101100011101011001101011011111110111011110110001110101100110101101101011110 | fbbd8eb35bfbbd8eb35b5e |
EUC-JP | 釭宍[釭宍[^ | 10001111111000111010111110111100101101010101101110001111111000111010111110111100101101010101101101011110 | 8fe3afbcb55b8fe3afbcb55b5e |
UTF-8 | 釭宍[釭宍[^ | 111010011000011110101101111001011010111010001101010110111110100110000111101011011110010110101110100011010101101101011110 | e987ade5ae8d5be987ade5ae8d5b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)