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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 旦多旦多B | 100100100101010110010001101111011001001001010101100100011011110101000010 | 925591bd925591bd42 |
EUC-JP | 旦多旦多B | 110000111011011011000010101111111100001110110110110000101011111101000010 | c3b6c2bfc3b6c2bf42 |
UTF-8 | 旦多旦多B | 11100110100101111010011011100101101001001001101011100110100101111010011011100101101001001001101001000010 | e697a6e5a49ae697a6e5a49a42 |
UHC | 旦多旦多B | 110100111010100111010010111111011101001110101001110100101111110101000010 | d3a9d2fdd3a9d2fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)