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 | 邁誹瞳贒 | 1110011110110000100101001110111010010011101101011111101110101111 | e7b094ee93b5fbaf |
EUC-JP | 邁誹瞳贒 | 111011101011001011001000111100001100011010110111100011111101111111000011 | eeb2c8f0c6b78fdfc3 |
UTF-8 | 邁誹瞳贒 | 111010011000001010000001111010001010101010111001111001111001111010110011111010001011010010010010 | e98281e8aab9e79eb3e8b492 |
UHC | 邁誹瞳? | 11011000111001001101111010100110110101001101101000111111 | d8e4dea6d4da3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)