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 | ?V?B | 00111111010101100011111101000010 | 3f563f42 |
SJIS-WIN | 哭V瘁B | 100110100100110001010110111000011000000101000010 | 9a4c56e18142 |
EUC-JP | 哭V瘁B | 110100111010110101010110111000011110000101000010 | d3ad56e1e142 |
UTF-8 | 哭V瘁B | 1110010110010011101011010101011011100111100110001000000101000010 | e593ad56e7988142 |
UHC | 哭V?B | 1100110111010110010101100011111101000010 | cdd6563f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)