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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 坦旦坦旦 | 1001001001010010100100100101010110010010010100101001001001010101 | 9252925592529255 |
EUC-JP | 坦旦坦旦 | 1100001110110011110000111011011011000011101100111100001110110110 | c3b3c3b6c3b3c3b6 |
UTF-8 | 坦旦坦旦 | 111001011001110110100110111001101001011110100110111001011001110110100110111001101001011110100110 | e59da6e697a6e59da6e697a6 |
UHC | 坦旦坦旦 | 1111011110100100110100111010100111110111101001001101001110101001 | f7a4d3a9f7a4d3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)