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 | 但炭竪単 | 1001001001000001100100100101100110010010010001111001001001010000 | 9241925992479250 |
EUC-JP | 但炭竪単 | 1100001110100010110000111011101011000011101010001100001110110001 | c3a2c3bac3a8c3b1 |
UTF-8 | 但炭竪単 | 111001001011110110000110111001111000001010101101111001111010101110101010111001011000110110011000 | e4bd86e782ade7abaae58d98 |
UHC | 但炭竪? | 11010011101000111111011110101001111000101011010100111111 | d3a3f7a9e2b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)