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 | ?S??B | 0011111101010011001111110011111101000010 | 3f533f3f42 |
SJIS-WIN | 棚S辿坦B | 1001001001001001010100111001001001001000100100100101001001000010 | 9249539248925242 |
EUC-JP | 棚S辿坦B | 1100001110101010010100111100001110101001110000111011001101000010 | c3aa53c3a9c3b342 |
UTF-8 | 棚S辿坦B | 1110011010100011100110100101001111101000101111101011111111100101100111011010011001000010 | e6a39a53e8bebfe59da642 |
UHC | 棚S?坦B | 11011101110111000101001100111111111101111010010001000010 | dddc533ff7a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)