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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?蝨}?蝨{^ | 001111111110010110011100011111010011111111100101100111000111101101011110 | 3fe59c7d3fe59c7b5e |
EUC-JP | ?蝨}?蝨{^ | 001111111110100111111100011111010011111111101001111111000111101101011110 | 3fe9fc7d3fe9fc7b5e |
UTF-8 | 뤐蝨}뤐蝨{^ | 111010111010010010010000111010001001110110101000011111011110101110100100100100001110100010011101101010000111101101011110 | eba490e89da87deba490e89da87b5e |
UHC | 뤐蝨}뤐蝨{^ | 1000111111000000111000111010010001111101100011111100000011100011101001000111101101011110 | 8fc0e3a47d8fc0e3a47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)