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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 驫問握貂ォ\ | 11101001100010101001011011100010100010001010110011100110101110001010101101011100 | e98a96e288ace6b8ab5c |
EUC-JP | 驫問握貂ォ\ | 1111000111101010110011001110010010110000101011101110110010111010100011101010101101011100 | f1eacce4b0aeecba8eab5c |
UTF-8 | 驫問握貂ォ\ | 11101001101010011010101111100101100101011000111111100110100011111010000111101000101100101000001011101111101111011010101101011100 | e9a9abe5958fe68fa1e8b282efbdab5c |
UHC | ?問握貂?\ | 001111111101100111111101111001001100010011110101101100000011111101011100 | 3fd9fde4c4f5b03f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)