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 | 遽娯握跖 | 1110011110101111100011001110001010001000101011001110011011101000 | e7af8ce288ace6e8 |
EUC-JP | 遽娯握跖 | 1110111010110001101110001110010010110000101011101110110011101010 | eeb1b8e4b0aeecea |
UTF-8 | 遽娯握跖 | 111010011000000110111101111001011010100010101111111001101000111110100001111010001011011110010110 | e981bde5a8afe68fa1e8b796 |
UHC | 遽?握? | 110010111110100000111111111001001100010000111111 | cbe83fe4c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)