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 | ?rn}?rn{^ | 001111110111001001101110011111010011111101110010011011100111101101011110 | 3f726e7d3f726e7b5e |
SJIS-WIN | 詩rn}詩rn{^ | 1000111010001101011100100110111001111101100011101000110101110010011011100111101101011110 | 8e8d726e7d8e8d726e7b5e |
EUC-JP | 詩rn}詩rn{^ | 1011101111101101011100100110111001111101101110111110110101110010011011100111101101011110 | bbed726e7dbbed726e7b5e |
UTF-8 | 詩rn}詩rn{^ | 11101000101010011010100101110010011011100111110111101000101010011010100101110010011011100111101101011110 | e8a9a9726e7de8a9a9726e7b5e |
UHC | 詩rn}詩rn{^ | 1110001111001100011100100110111001111101111000111100110001110010011011100111101101011110 | e3cc726e7de3cc726e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)