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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | 霎ソ蛛エ騾歉H | 1110100010111110101111111110010110000001101101001110100110000000100111110101110101001000 | e8bebfe581b4e9809f5d48 |
EUC-JP | 霎ソ蛛エ騾歉H | 11110000110000001000111010111111111010011110000110001110101101001111000111100000110111011011111001001000 | f0c08ebfe9e18eb4f1e0ddbe48 |
UTF-8 | 霎ソ蛛エ騾歉H | 11101001100111001000111011101111101111011011111111101000100110111001101111101111101111011011010011101001101010001011111011100110101011011000100101001000 | e99c8eefbdbfe89b9befbdb4e9a8bee6ad8948 |
UHC | ??蛛???H | 0011111100111111111100011100100000111111001111110011111101001000 | 3f3ff1c83f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)