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 | ?jn}?jn{^ | 001111110110101001101110011111010011111101101010011011100111101101011110 | 3f6a6e7d3f6a6e7b5e |
SJIS-WIN | 短jn}短jn{^ | 1001001001011010011010100110111001111101100100100101101001101010011011100111101101011110 | 925a6a6e7d925a6a6e7b5e |
EUC-JP | 短jn}短jn{^ | 1100001110111011011010100110111001111101110000111011101101101010011011100111101101011110 | c3bb6a6e7dc3bb6a6e7b5e |
UTF-8 | 短jn}短jn{^ | 11100111100111111010110101101010011011100111110111100111100111111010110101101010011011100111101101011110 | e79fad6a6e7de79fad6a6e7b5e |
UHC | 短jn}短jn{^ | 1101001110101101011010100110111001111101110100111010110101101010011011100111101101011110 | d3ad6a6e7dd3ad6a6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)