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 | 但樽狸存 | 1001001001000001100100100100110110010010010010111001000110110110 | 9241924d924b91b6 |
EUC-JP | 但樽狸存 | 1100001110100010110000111010111011000011101011001100001010111000 | c3a2c3aec3acc2b8 |
UTF-8 | 但樽狸存 | 111001001011110110000110111001101010100010111101111001111000101110111000111001011010110110011000 | e4bd86e6a8bde78bb8e5ad98 |
UHC | 但樽狸存 | 1101001110100011111100011101110011010111111000011111000011101101 | d3a3f1dcd7e1f0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)