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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 竪多鱈 | 100100100100011110010001101111011001001001001100 | 924791bd924c |
EUC-JP | 竪多鱈 | 110000111010100011000010101111111100001110101101 | c3a8c2bfc3ad |
UTF-8 | 竪多鱈 | 111001111010101110101010111001011010010010011010111010011011000110001000 | e7abaae5a49ae9b188 |
UHC | 竪多? | 1110001010110101110100101111110100111111 | e2b5d2fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)