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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 旦但丹鱈旦 | 10010010010101011001001001000001100100100100111110010010010011001001001001010101 | 92559241924f924c9255 |
EUC-JP | 旦但丹鱈旦 | 11000011101101101100001110100010110000111011000011000011101011011100001110110110 | c3b6c3a2c3b0c3adc3b6 |
UTF-8 | 旦但丹鱈旦 | 111001101001011110100110111001001011110110000110111001001011100010111001111010011011000110001000111001101001011110100110 | e697a6e4bd86e4b8b9e9b188e697a6 |
UHC | 旦但丹?旦 | 110100111010100111010011101000111101001110100001001111111101001110101001 | d3a9d3a3d3a13fd3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)