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 | 邵伎キ溲 | 11100111101110001000101011101010101101111001111111101010 | e7b88aeab79fea |
EUC-JP | 邵伎キ溲 | 1110111010111010101101001110110010001110101101111101111011101100 | eebab4ec8eb7deec |
UTF-8 | 邵伎キ溲 | 111010011000001010110101111001001011110010001110111011111011110110110111111001101011101010110010 | e982b5e4bc8eefbdb7e6bab2 |
UHC | 邵伎?? | 111000011101000011010000111010110011111100111111 | e1d0d0eb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)