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 | ??v??v^ | 00111111001111110111011000111111001111110111011001011110 | 3f3f763f3f765e |
SJIS-WIN | 旦達v旦達v^ | 1001001001010101100100100100001001110110100100100101010110010010010000100111011001011110 | 925592427692559242765e |
EUC-JP | 旦達v旦達v^ | 1100001110110110110000111010001101110110110000111011011011000011101000110111011001011110 | c3b6c3a376c3b6c3a3765e |
UTF-8 | 旦達v旦達v^ | 111001101001011110100110111010011000000110010100011101101110011010010111101001101110100110000001100101000111011001011110 | e697a6e9819476e697a6e98194765e |
UHC | 旦達v旦達v^ | 1101001110101001110100111011100101110110110100111010100111010011101110010111011001011110 | d3a9d3b976d3a9d3b9765e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)