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 | 湛速即鱈 | 1001001001011000100100011010110010010001101001101001001001001100 | 925891ac91a6924c |
EUC-JP | 湛速即鱈 | 1100001110111001110000101010111011000010101010001100001110101101 | c3b9c2aec2a8c3ad |
UTF-8 | 湛速即鱈 | 111001101011100110011011111010011000000010011111111001011000110110110011111010011011000110001000 | e6b99be9809fe58db3e9b188 |
UHC | 湛速?? | 110100111100000011100001110111000011111100111111 | d3c0e1dc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)