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 | 鬥苓婿繝 | 1110100110100110100101111110100010010110101110011110001110000011 | e9a697e896b9e383 |
EUC-JP | 鬥苓婿繝 | 1111001010101000110011101110101011001100101110111110010111100011 | f2a8ceeaccbbe5e3 |
UTF-8 | 鬥苓婿繝 | 111010011010110010100101111010001000101110010011111001011010100110111111111001111011100110011101 | e9aca5e88b93e5a9bfe7b99d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)