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 | ?nb[?nb[^ | 001111110110111001100010010110110011111101101110011000100101101101011110 | 3f6e625b3f6e625b5e |
SJIS-WIN | 但nb[但nb[^ | 1001001001000001011011100110001001011011100100100100000101101110011000100101101101011110 | 92416e625b92416e625b5e |
EUC-JP | 但nb[但nb[^ | 1100001110100010011011100110001001011011110000111010001001101110011000100101101101011110 | c3a26e625bc3a26e625b5e |
UTF-8 | 但nb[但nb[^ | 11100100101111011000011001101110011000100101101111100100101111011000011001101110011000100101101101011110 | e4bd866e625be4bd866e625b5e |
UHC | 但nb[但nb[^ | 1101001110100011011011100110001001011011110100111010001101101110011000100101101101011110 | d3a36e625bd3a36e625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)