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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邨」鄙ォ逞 | 1110011110110101101000111110011110111111101010111110011110010111 | e7b5a3e7bfabe797 |
EUC-JP | 邨」鄙ォ逞 | 11101110101101111000111010100011111011101100000110001110101010111110110111110111 | eeb78ea3eec18eabedf7 |
UTF-8 | 邨」鄙ォ逞 | 111010011000001010101000111011111011110110100011111010011000010010011001111011111011110110101011111010011000000010011110 | e982a8efbda3e98499efbdabe9809e |
UHC | 邨?鄙?逞 | 1111010110111110001111111101111010101001001111111101011011000001 | f5be3fdea93fd6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)