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 | ?R??B | 0011111101010010001111110011111101000010 | 3f523f3f42 |
SJIS-WIN | 叩R辰棚B | 1001001001000000010100101001001001000011100100100100100101000010 | 9240529243924942 |
EUC-JP | 叩R辰棚B | 1100001110100001010100101100001110100100110000111010101001000010 | c3a152c3a4c3aa42 |
UTF-8 | 叩R辰棚B | 1110010110001111101010010101001011101000101111101011000011100110101000111001101001000010 | e58fa952e8beb0e6a39a42 |
UHC | 叩R辰棚B | 1100110110110000010100101111001011100011110111011101110001000010 | cdb052f2e3dddc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)